From 02237e21ee2e331fbb16e1dc13029373e632d525 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 13 Nov 2024 10:46:25 -0700 Subject: [PATCH] remove band --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3e7ee0e2..d2c108618 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -229,7 +229,7 @@ Unit Tests: needs: - Init script: - - npm run test -- --runInBand + - npm run test stage: test tags: - nshmp -- GitLab