diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b703f57abf407a36dee2ad0f971eabf314eac68b..f378d23f0d4a7d4c50448e42ee0f7452339fb86a 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;