From 96e836cc85b3a68e05b897ff5d060fd6303c586e Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 4 May 2022 16:57:38 -0600 Subject: [PATCH] fix --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6521d2f..ce295bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,7 @@ Build Node Image: Audit: allow_failure: true + image: ${DEVOPS_REGISTRY}usgs/node:16 needs: [] script: - npm audit -- GitLab