From e38d9acc6b98072640e23aec5a7237b63a352173 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 29 Apr 2025 10:18:14 +0200
Subject: [PATCH] fix

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index baee969b1..4a04284bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -593,7 +593,7 @@ deploy_CDB:
 
       CDB_JSON_URL="${CI_PROJECT_URL}/-/jobs/${RENDER_CDB_JOB_ID}/artifacts/raw/generated/CDB/deploy/${STATION}.json?inline=false"
 
-      echo "Artefact URL: ${CDB_JSON_URL}"
+      echo "Artifact URL: ${CDB_JSON_URL}"
 
       if [ "${STATION}" == "dts-lab" ]; then
           # dts-lab test station
-- 
GitLab