diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce4625abf4d41a4d7dd5ca3722d9199d95e56980..29182eb90ed3155af8033d85595e6c3e8f5ae3a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -226,23 +226,24 @@ Unit Tests:
       - coverage/nshmp-apps
     reports:
       junit: junit.xml
-  parallel:
-    matrix:
-      - APP: dashboard
-      - APP: designmaps
-      - APP: dev
-      - APP: error-pages
-      - APP: gmm
-      - APP: hazard
-      - APP: ncm
-      - APP: services
-      - APP: source
-      - APP: app.component.*
+  # parallel:
+  #   matrix:
+  #     - APP: dashboard
+  #     - APP: designmaps
+  #     - APP: dev
+  #     - APP: error-pages
+  #     - APP: gmm
+  #     - APP: hazard
+  #     - APP: ncm
+  #     - APP: services
+  #     - APP: source
+  #     - APP: app.component.*
   needs:
     - Init
   script:
-    - npm run test -- projects/nshmp-apps/src/app/${APP}
+    - npm run test
   stage: test
+  tag: nshmp
 
 ####
 # Stage: End to End tests