From 34395ef73d7d10d1807e7cc9a266530c75219a4a Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@gmail.com>
Date: Tue, 6 Nov 2018 21:45:47 +0000
Subject: [PATCH] changed to be much lighterweight testing

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffbcbcc..0760e82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,9 @@ after_script:
 
 do_build:
   stage: build
+  tags:
+    - zipr
+  script:
     - "# gather info for debugging later, probably not necessary "
     - "pwd"
     - "hostname"
-- 
GitLab