From 6907c2e2db2a79f2324543a10d4f55e6edca69c1 Mon Sep 17 00:00:00 2001
From: Will Hawkins <whh8b@virginia.edu>
Date: Fri, 22 Jun 2018 20:00:01 +0000
Subject: [PATCH] Add a tag.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4824363..15b812f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,10 @@ before_script:
   - "echo before_script"
   - "echo before_script2"
 
+job:
+  tags:
+	  - zipr
+
 testing:
   script:
     - "echo Testing"
-- 
GitLab