From fd98fb0ce74595b9ddd4c9f4094714fc21b80f71 Mon Sep 17 00:00:00 2001
From: Matthieu Boileau <matthieu.boileau@math.unistra.fr>
Date: Wed, 29 Nov 2017 19:22:03 +0100
Subject: [PATCH] Update tags

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1cd95bb..303d3a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ t:rosen-py36:
   stage: test
   image: boileaum/pythran:virtualenv
   tags:
-    - shell, docker
+    - tp-gitlab-ci, docker
   script:
     - source /home/euler/py36/bin/activate 
     - make clean && make
@@ -39,7 +39,7 @@ t:rosen-py36:
 r:docker:
   stage: release
   tags:
-    - tp-gitlab-ci, docker
+    - shell, docker
   script:
     - docker pull $CONTAINER_TEST_IMAGE
     - docker tag $CONTAINER_TEST_IMAGE $CONTAINER_RELEASE_IMAGE
-- 
GitLab