From f45696dad046d8cc920c7d8956b3730360d456f7 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sat, 11 May 2019 22:32:17 +0000 Subject: [PATCH] Switch to docker-in-docker for kubernetes gitlab-runner instances --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0912ea..698f209 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # This file is a template, and might need editing before it works on your project. # Official docker image. -image: docker:latest +image: docker:dind stages: - build