diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 922b7ee815d314a8d8f39514381b2e4f0a92bfcd..df3a6ee51db48963cc3dc26b53959c63f4201326 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,7 @@ stages:
 test:
   stage: test
   tags:
-    - tihm
-    - docker
+    - helen
   script:
     - npm test # Validates resume.json against schema tests to ensure it complies with the standard. Tries to identify where any errors may be occurring.
   only:
@@ -26,8 +25,7 @@ test:
 pages:
   stage: deploy
   tags:
-    - tihm
-    - docker
+    - helen
   script:
     - npm run export:html
     - npm run export:pdf