Switch to docker-in-docker for kubernetes gitlab-runner instances

This commit is contained in:
2019-05-11 22:32:17 +00:00
parent dc50de9a62
commit f45696dad0

View File

@@ -1,6 +1,6 @@
# This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project.
# Official docker image. # Official docker image.
image: docker:latest image: docker:dind
stages: stages:
- build - build