diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b186d9e446801a6aeb511037bf60397da496f5af..7bdf89f903a7bdd85310d604cde2ef5889db2e6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ t:rosen-py36:
   stage: test
   image: $CONTAINER_TEST_IMAGE
   tags:
-    - tp-gitlab-ci, docker
+    - shell, docker
   script:
     - make clean && make
     - pytest -v
@@ -38,7 +38,7 @@ t:rosen-py27:
   stage: test
   image: $CONTAINER_TEST_IMAGE
   tags:
-    - shell, docker
+    - tp-gitlab-ci, docker
   script:
     - source /home/euler/py27/bin/activate 
     - make clean && make