Added docker host
authorThierry Florac <tflorac@ulthar.net>
Wed, 12 Jun 2019 18:26:28 +0200
changeset 361 20773d4442ee
parent 360 9ab2495cb022
child 362 cb6ef0aef02b
Added docker host
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Wed Jun 12 18:04:35 2019 +0200
+++ b/.gitlab-ci.yml	Wed Jun 12 18:26:28 2019 +0200
@@ -20,6 +20,7 @@
     image: docker:stable
     variables:
         DOCKER_DRIVER: overlay2
+        DOCKER_HOST: tcp://docker:2375
     allow_failure: true
     services:
         - docker:stable-dind