From 5af4f4aa465981e3f5fe662e92276730699cd127 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 4 May 2022 16:55:29 -0600 Subject: [PATCH] add stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c79831..6521d2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,6 +65,7 @@ Audit: needs: [] script: - npm audit + stage: build Build Angular: image: ${DEVOPS_REGISTRY}usgs/node:16 -- GitLab