From ed91e8c1af5dab615f966e3eed5387bc9345d888 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20K=C3=BCnzel?= <simonk@fsmpi.rwth-aachen.de>
Date: Sat, 1 Mar 2025 21:58:29 +0100
Subject: [PATCH] fixup! Add package caching for CI

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

diff --git a/api/build_config.py b/api/build_config.py
index f01ab33..ad3978b 100644
--- a/api/build_config.py
+++ b/api/build_config.py
@@ -27,6 +27,7 @@ timeout: 30m
 variables:
     VIDEOAG_CONFIG: /code/config/api_example_config.py
 script:
+    - cd /code
     - ./docker_start.sh -test
 artifacts:
     paths:
diff --git a/build_pipeline_generator.py b/build_pipeline_generator.py
index 21e0ae6..3478cfc 100644
--- a/build_pipeline_generator.py
+++ b/build_pipeline_generator.py
@@ -185,7 +185,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\
         return f"""
 {self.ci_build_job_name()}:
     stage: build-and-test
-    timeout: 1h
+    timeout: 3h
     needs:
         - pipeline: $PARENT_PIPELINE_ID
           job: generate-pipeline
-- 
GitLab