diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29182eb90ed3155af8033d85595e6c3e8f5ae3a6..f90265a46bb81afdb47c97c821dd270c42f2d76e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -243,7 +243,8 @@ Unit Tests:
   script:
     - npm run test
   stage: test
-  tag: nshmp
+  tags:
+    - nshmp
 
 ####
 # Stage: End to End tests