From 434e2edbd56365698779fcbffefb209a4be3b240 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Fri, 19 Nov 2021 09:55:13 +0100
Subject: [PATCH] pipepline finished successfully, therefore disable tests from
 scratch for "standard" commits, /close #340

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ce191de..eacbe3e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,10 +30,10 @@ tests (from scratch):
     - base
     - zam347
   stage: test
-#  only:
-#    - master
-#    - /^release.*$/
-#    - develop
+  only:
+    - master
+    - /^release.*$/
+    - develop
   variables:
     FAILURE_THRESHOLD: 100
     TEST_TYPE: "scratch"
-- 
GitLab