diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2fbac0..4e9f259 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +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:18.09.7-dind + image: docker:19.03.0-dind stage: build services: - docker:dind variables: - DOCKER_HOST: tcp://127.0.0.1:2376 + DOCKER_HOST: tcp://localhost:2375 #DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: ""