diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1504e8..5dbdfef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,17 @@ # This file is a template, and might need editing before it works on your project. # Official docker image. -image: docker:latest +image: docker:19.03.0 services: - - docker:18.09-dind + - docker:19.03-dind stages: - build variables: #DOCKER_HOST: tcp://localhost:2375 - #DOCKER_DRIVER: overlay2 + DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" #IMAGE_TAG: erichardson/py-eagle-mqtt:$CI_COMMIT_TAG IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG