From 33170872a6452f0e83605a9c2fffb8a8d370fd6e Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 13 Nov 2024 10:21:55 -0700 Subject: [PATCH] switch tag --- .gitlab-ci.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce4625abf..29182eb90 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 -- GitLab