From 5cbf1489bd15a69339ed142b7a22247f56e7d57a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 15 May 2017 16:39:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cead09f..77293cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,9 @@ image: hosttoday/ht-docker-dbase:latest services: - docker:dind +variables: + DOCKER_DRIVER: overlay + stages: - build