diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d62b23a751727166545e2464e43ec63415017b0..2e9cb16d8e0bfdf0e1db6c0f5279cf4adbd404ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,7 @@ pre vars:
     set -e
     for test_script in $(find ./tests -type f -name '*.sh' | sort); do
       chmod +x ${test_script}
-      echo "Executing ${test_script}"
+      echo "Executing ${test_script}..."
       ./${test_script}
     done