From ab84c11a373655279e944ffe1c62f9c79faa6f96 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Wed, 15 Apr 2020 13:55:19 -0500
Subject: [PATCH] Add building of additional images to CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed37762..021a516 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,13 @@
 stages:
   - build_image
   - test_image
-  - deploy_image
+#  - deploy_image
   - deploy_application
   - registry_cleanup
 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"
-  IMAGES_TO_BUILD: "tests/cspp_geo_grb_sender"
+  IMAGES_TO_BUILD: "cspp_geo_grb cspp_geo_grb_notify tests/cspp_geo_grb_sender"
 services:
   - docker:19.03.1-dind
 
-- 
GitLab