diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60c2ed1e88c1608c2b5e56ac99965710d5246277..5ec5783ceab0099d3aabead4198d95f5fa148de0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,14 @@
 yarn-build:
   stage: build
   tags:
-    - nodejs
+    - redshift
   script:
     - yarn
 
 yarn-test:
   stage: test
   tags:
-    - nodejs
+    - redshift
   script:
     - yarn test
     - echo "Success!"