From a2906431177cb3a85ad841abbc0cc6606f3667b6 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Wed, 13 Nov 2024 10:39:22 -0700
Subject: [PATCH] test in band

---
 .gitlab-ci.yml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f90265a46..c3e7ee0e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -226,22 +226,10 @@ 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.*
   needs:
     - Init
   script:
-    - npm run test
+    - npm run test -- --runInBand
   stage: test
   tags:
     - nshmp
-- 
GitLab