From 5a5ca55a0ed5cb1e715bc862aa188d0f341a6a86 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 2 Jul 2026 15:54:29 +0200 Subject: [PATCH] fix: cicd test --- bin/start_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start_service.sh b/bin/start_service.sh index 53d48f9..ec27d82 100755 --- a/bin/start_service.sh +++ b/bin/start_service.sh @@ -34,4 +34,4 @@ uv sync --frozen # activate .venv, this works in conjunction with the conda environment source .venv/bin/activate -python3 -u -B ${SVC_DIR}/current/app/AGEBD-SERVICE-${SVC_NAME}.py +python3 -u -B ${SVC_DIR}/current/app/src/AGEBD-SERVICE-${SVC_NAME}.py