From a88b2146b5370b5dfc5293201e96fb822df690ad Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 2 Feb 2021 09:57:12 -0700
Subject: [PATCH] update to devops

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53d0efd..71c2f96 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ stages:
 # Template: Run Node
 ####
 .node:
-  image: node:12
+  image: ${DEVOPS_REGISTRY}usgs/node:12
   extends: .dev-tags
   only:
     - branches
@@ -49,7 +49,7 @@ Lint:
 
 Publish npm:
   stage: publish
-  image: node:12
+  image: ${DEVOPS_REGISTRY}usgs/node:12
   extends: .dev-tags
   only:
     - tags@ghsc/nshmp/disagg-d3
-- 
GitLab