From 0ecd73fe008f767f0a4156f2bdd5d5a95ec018cb Mon Sep 17 00:00:00 2001
From: Prasanth Kothuri <prasanth.kothuri@cern.ch>
Date: Wed, 22 Apr 2020 13:36:29 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20edbbc..23fe52c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,9 @@ build_image:
     except:
         - web
         - master
+    tags:
+        - swan-runner
+
 
 
 publish_image:
@@ -26,6 +29,8 @@ publish_image:
         - docker logout
     only: 
         - /^v.*$/
+    tags:
+        - swan-runner
     except:
         - web
     when: on_success
@@ -35,6 +40,8 @@ clean_images:
     stage: clean
     script:
         - docker rmi $CI_COMMIT_SHA
+    tags:
+        - swan-runner
     except: 
         - master
         - web
-- 
GitLab