From a9f692bec75b9d6740bbe46e375a6ac8b318723c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20K=C3=BCnzel?= <simonk@fsmpi.rwth-aachen.de>
Date: Tue, 25 Feb 2025 00:29:14 +0100
Subject: [PATCH] Fix CI

---
 api/Dockerfile          | 2 +-
 generate_ci_pipeline.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/api/Dockerfile b/api/Dockerfile
index de8963f..87d71a0 100755
--- a/api/Dockerfile
+++ b/api/Dockerfile
@@ -24,4 +24,4 @@ COPY src/ ./src/
 RUN rm src/videoag_common
 RUN mv src/.temp src/videoag_common
 
-ENTRYPOINT ["docker_start.sh"]
\ No newline at end of file
+ENTRYPOINT ["/code/docker_start.sh"]
\ No newline at end of file
diff --git a/generate_ci_pipeline.py b/generate_ci_pipeline.py
index 8c73dd3..4b9dfaa 100644
--- a/generate_ci_pipeline.py
+++ b/generate_ci_pipeline.py
@@ -155,6 +155,7 @@ run-api-tests:
         name: registry.git.fsmpi.rwth-aachen.de/videoag/backend/{context.env_type()}_api:{context.commit_sha}
         entrypoint: [""]
     script:
+        - cd /code
         - /code/docker_start.sh -test
     artifacts:
         paths:
-- 
GitLab