From 1933ee72bb2d998e08ca0f992d5ed2782bd489a6 Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Fri, 16 Jul 2021 11:50:16 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e87e878..8cb0adef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,8 @@ copy-files-to-swift:
     - curl -H "X-Auth-Token: $OS_TOKEN" -X DELETE $OBJSTORE/ebrains-spack-builds.tar.gz
     - tar czf ebrains-spack-builds.tar.gz packages/ repo.yml spack.yaml
     - curl -H "X-Auth-Token: $OS_TOKEN" -i $OBJSTORE/ -X PUT -T ebrains-spack-builds.tar.gz
+  tags:
+    - shell-runner
 
 deploy-build-environment:
   stage: deploy
-- 
GitLab