From 836bbdb171e038b49ebf3e106ec58899ae885a2c Mon Sep 17 00:00:00 2001 From: Peter Suschlik Date: Sun, 24 Apr 2016 14:01:24 +0200 Subject: [PATCH] Use official docker in docker image Since 1.10 CI runner does not require dind to have a bash installed anymore. From now on, we can use the official dind image. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fe54497..07ba61db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: gitlab/dind +image: docker:dind deploy: script: