From f568d5ba5bf47f04d0d8f545b0b3bbadd7b7bd38 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Wed, 3 Mar 2021 01:08:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42f4259..65c1e5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,13 @@ # This file is a template, and might need editing before it works on your project. docker-build-master: # Official docker image. - image: docker:19.03.0-dind - stage: build + image: docker:18.09-dind services: - - docker:dind + - docker:18.09-dind variables: - DOCKER_HOST: tcp://docker:2375 - #DOCKER_DRIVER: overlay2 + DOCKER_HOST: tcp://localhost:2375 + DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" # variables: