From 83540dd64361d102b1b73143398d31c297cbd470 Mon Sep 17 00:00:00 2001
From: Irina Kera Gundersen <ikvassil@stud.ntnu.no>
Date: Fri, 26 Feb 2021 19:05:05 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edb4f6b..ba3264f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:19.03.0
 
 variables: 
   DOCKER_DRIVER: overlay2
-  DOCKER_TLS_CERTDIR: "" 
+  DOCKER_TLS_CERTDIR: "/certs" 
 
 services:
   - docker:19.03.0-dind
-- 
GitLab