diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f172a050dd011b0197b74f43b8fa90c02140bb1..474730e347de2cf0175aec50ee896eaa94da4db2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,24 @@
 stages:
-  get_charts
-  deploy_rabbit
-  deploy_grb
-  deploy_g2g
-  deploy_wms
-  deploy_wmts
+  - get_chart
+  - deploy_rabbit
+  - deploy_grb
+  - deploy_g2g
+  - deploy_wms
+  - deploy_wmts
 
 
 .get_chart_tmpl:
+  stage: get_chart
+  image: docker:19.03.1
+  services:
+    - docker:19.03.1-dind
+  tags:
+    - docker
   variables:
+    DOCKER_TLS_CERTDIR: ""
+    DOCKER_HOST: "tcp://localhost:2375"
+    DOCKER_DRIVER: overlay2
+    HELM_EXPERIMENTAL_OCI: "1"
     SUBCOMP_REPOS_BASE: "https://gitlab.ssec.wisc.edu/cspp_geo/geosphere"
     # required:
     SUBCOMP_REPOS: ""