From a7dd073d5539c2be6890fde923267e890126bbb6 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Sun, 3 Sep 2023 10:36:01 +0200
Subject: [PATCH] Added certs

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a846c51130..c3f520232b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
   DOCKER_HOST: "tcp://localhost:2375/"
-  DOCKER_TLS_CERTDIR: ""
+  DOCKER_TLS_CERTDIR: /certs
   DOCKER_TLS_VERIFY: 0
   TAG: "${TAG:-latest}"
   TRIVY_NO_PROGRESS: "true"
-- 
GitLab