diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f90265a46bb81afdb47c97c821dd270c42f2d76e..c3e7ee0e24d7ad7efa9324fcd35575a469ce444c 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