From bdff69952c13f3856602306ea0f7eda2641aa802 Mon Sep 17 00:00:00 2001 From: schuur <schuur@astron.nl> Date: Tue, 23 Nov 2021 15:52:00 +0100 Subject: [PATCH] -Fixed echo statement. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9efc8d1..40daa8d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ run-opc-ua-test: - sdptr stage: run-opc-ua-test script: - - echo "Running OPC UA test: sleep 60 seconds" + - echo "Running OPC UA tests" - sleep 60 - echo "Done" -- GitLab