From 5930955c99303a826275ccd9cc9d104dbb7d0f9b Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Wed, 15 Apr 2020 12:31:29 -0500
Subject: [PATCH] Fix CI image name

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6bac78d..7b802e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - deploy_image
   - deploy_application
   - registry_cleanup
-image: ${CI_REGISTRY}/cibuild:19.03.1
+image: "${CI_REGISTRY_IMAGE}/cibuild:19.03.1"
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
   #IMAGES_TO_BUILD: "cspp_geo_grb cspp_geo_grb_notify tests/cspp_geo_grb_sender"
-- 
GitLab