From 07bfe1718cc12dc2ffe0ac0cba58546b7de5e409 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Fri, 7 May 2021 08:37:22 -0600 Subject: [PATCH] dots --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d62b23a75..2e9cb16d8e 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 -- GitLab