diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml
index 4aa22c270e8d13bf69c06f25f2edd182ae069cf8..4264f87271c1d8adc5e6a9075d4f1c085b18c1fb 100644
--- a/.gitlab-ci/default.yml
+++ b/.gitlab-ci/default.yml
@@ -25,6 +25,7 @@ select tests:
           python3 bin/testing/getchangedfiles.py -o changedfiles.txt -t origin/$MR_TARGET_BRANCH_NAME
           python3 bin/testing/findtests.py -o affectedtests.json --file-list changedfiles.txt --build-dir build-cmake
       else
+          echo "Received '$TRIGGER_SOURCE' as pipeline trigger event"
           echo "Skipping test selection, build/test stages will consider all tests!"
           echo "{}" >> ../affectedtests.json
       fi