From 35c5f848bf48b8529b56e54a4f66fd3cea2ddb03 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 7 Jun 2021 01:13:47 +0200
Subject: [PATCH] WIP: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b703f57..f378d23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,7 @@ stages:
 info:
   tags: [cached-dind]
   image: docker:20.10
-  stage: setup_tests
+  stage: info
   timeout: 1 minutes
   needs: []
   script:
@@ -103,7 +103,6 @@ trigger_inttest:
     - if echo "$CI_COMMIT_REF_NAME" | grep -c "^f-" ; then
         echo "Check if caosdb_cppinttest has branch $CI_COMMIT_REF_NAME" ;
         if wget ${CPPINTTEST_BRANCHES}/${CI_COMMIT_REF_NAME} ; then
-          # caosdb-cppinttest has this f-branch
           CPPINT_REF=$CI_COMMIT_REF_NAME ;
         fi;
       fi;
-- 
GitLab