From a0964eb1870b7c397272def44d3a36332b00260f Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Thu, 21 Sep 2023 18:39:01 +0200
Subject: [PATCH] - fix: path

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45fa697..61ed3a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ test-in-debian-job:   # This job runs in the test stage.
   image:
     name: "${IMAGE_TARGET_DEB}:latest"
   script:
-    - shellcheck --color=always --shell=bash --enable=all --exclude=SC2317 "validate_workflow.sh"
+    - shellcheck --color=always --shell=bash --enable=all --exclude=SC2317 "src/usr/local/bin/validate_workflow.sh"
 
 packaging-deb-job:
   stage: packaging
-- 
GitLab