From 9e0af0bbed5498caf21070a3f8b592ddf8a782e8 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sat, 27 Jul 2019 18:23:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90464ba..6eaa826 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,16 @@ # This file is a template, and might need editing before it works on your project. # Official docker image. -image: docker:latest +image: docker:stable services: - docker:dind stages: -- build + - build variables: + DOCKER_HOST: tcp://docker:2375 + DOCKER_DRIVER: overlay2 #IMAGE_TAG: erichardson/py-eagle-mqtt:$CI_COMMIT_TAG IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG