From cc18abeb8aec4ae3aa2edb89a118bcbe4c149a65 Mon Sep 17 00:00:00 2001 From: kaimeister <kaioliver.meister@stud.uni-goettingen.de> Date: Sun, 9 Mar 2025 20:14:22 +0100 Subject: [PATCH] testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3280d626..caeefef7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: TEST_IMAGE: $CI_REGISTRY_IMAGE/test-image - TEST_IMAGE_WORKDIR: "/app" + TEST_IMAGE_WORKDIR: "app" # this line essentially disables TLS DOCKER_TLS_CERTDIR: "" -- GitLab