From 3e747f1b408a6ca470875fb4fd2a6d7629bb253e Mon Sep 17 00:00:00 2001 From: schuur <schuur@astron.nl> Date: Fri, 19 Nov 2021 14:18:43 +0100 Subject: [PATCH] -Changed echoed line. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2afc408..b467aa62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,10 @@ stages: - run-opc-ua-test -trigger-from-hdl-repo: +run-opc-ua-test: stage: run-opc-ua-test script: - - echo "Triggered by pipeline in HDL repo." + - echo "Running OPC UA test." -- GitLab