From a0bd53fac8a94cf18e236af3557b602d3dd546e0 Mon Sep 17 00:00:00 2001 From: Raul Barreras <rbarreras@nebraska.edu> Date: Wed, 18 Sep 2019 22:19:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fc2869..c50d9ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - verify - build - test + - test:npm_install - test:dependency_checker - publish - security @@ -40,7 +41,7 @@ cache: - docker run --rm -v "${PWD}:/work" -w /work its-registry.unl.edu/unl-its/docker-ci/detect-secrets -s Test Dependency Checker npm install: - stage: test:dependency_checker + stage: test:npm_install tags: - docker image: node:alpine -- GitLab