From 3208ea008570f2628083dcdf161b441a71b5c5da Mon Sep 17 00:00:00 2001
From: Jan Reher <jreher@ep1.rub.de>
Date: Fri, 16 Apr 2021 15:00:29 +0200
Subject: [PATCH] CI Fix

---
 .gitlab-ci.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e89370..afc11d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,11 @@
-build:
+variables:
+    GIT_SSL_NO_VERIFY: "1"
+
+stages:
+    -build
+    -test
+
+run-build:
   stage: build
 
   script:
@@ -23,8 +30,7 @@ build:
     - "setSentForAnalysisAfterIrradiation"
     - "validateSerials"
 
-
-test:
+run-test:
   stage: test
   script:
     - build/auto/testXmlStructure
-- 
GitLab