diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e28564a6c520ae231b13a949837d91c7dfb479f0..469bb01f7aa22b46fa0ab152ccd328020267ce9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ check-pipeline-status:
                               --form ref=$CI_COMMIT_BRANCH \
                               "https://git.iws.uni-stuttgart.de/api/v4/projects/31/trigger/pipeline"
       else
-          echo "Found successful pipeline for the current state of the branch"
+          echo "Found successful pipeline for the current state of the branch. Not testing again."
       fi
 
 ###################################################################################