From 2a5a0a9732109d0d2577911033997029861901ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20Murvold=20Sporst=C3=B8l?= <vegarms@stud.ntnu.no> Date: Tue, 23 Feb 2021 18:15:41 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00e6a26..71bd5df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,9 @@ services: variables: DOCKER_DRIVER: overlay + DOCKER_HOST: tcp://docker:3000 + DOCKER_TLS_CERTDIR: "" + stages: - build -- GitLab