From 3f1753d275fb257ea84cd0a3f614f3273413ea41 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Thu, 2 Jul 2020 14:37:35 -0500
Subject: [PATCH] Add docker in docker stuff to deploy job

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 719b8ec..8a161bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,6 +92,9 @@ get_chart_grb:
 #       https://docs.gitlab.com/ee/ci/yaml/#environment
 deploy_grb:
   stage: deploy_grb
+  image: $CICHART_IMAGE
+  services:
+    - docker:19.03.1-dind
   tags:
     - docker
   before_script:
-- 
GitLab