diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bf148b76067cf3970ea1273fc69f0205d187ba0..b3f848888ee27d7c329586d71471ae952e0cab5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,8 @@ variables: # creates them automatically on boot, and creates # `/certs/client` to share between the service and job # container, thanks to volume mount from config.toml - DOCKER_TLS_CERTDIR: "/certs" + DOCKER_HOST: tcp://docker:2375 + DOCKER_TLS_CERTDIR: "" build: stage: build