From f191b6421842fdaeb28936078a6d86aa77c4906d Mon Sep 17 00:00:00 2001 From: Jan Reher <jreher@ep1.rub.de> Date: Fri, 16 Apr 2021 15:13:01 +0200 Subject: [PATCH] Gitlab CI fix --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afc11d4..741613d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ variables: stages: -build - -test run-build: stage: build @@ -29,8 +28,3 @@ run-build: - "setIrradiationInfo" - "setSentForAnalysisAfterIrradiation" - "validateSerials" - -run-test: - stage: test - script: - - build/auto/testXmlStructure -- GitLab