diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fc2869edef424f6b52277ded34b84af704f133f..c50d9eff17a818455e9965d44a60e31652f41df2 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