summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-07-23 16:12:07 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-07-23 16:12:07 +0200
commite66861e3b9baadac65898a168e02f4bee59aae7e (patch)
treefdf458de2a2cdd5efb866603d16acb50ef0bc8b3 /.gitlab-ci.yml
parent149923a22f8000c444055c58f1538a8e30c207f1 (diff)
Set DOCKER_ environment variables for GitLab CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0f3aaa..9a95532 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,9 @@ push:
image: docker:stable
services:
- docker:dind
+ variables:
+ DOCKER_HOST: tcp://docker:2375
+ DOCKER_DRIVER: overlay2
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script: