From eebacd42b906734c46f9d1a379fcd7a35fee5a64 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:48:19 +0100
Subject: [PATCH] Fix CI

---
 generate_ci_pipeline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generate_ci_pipeline.py b/generate_ci_pipeline.py
index 4b9dfaa..fade859 100644
--- a/generate_ci_pipeline.py
+++ b/generate_ci_pipeline.py
@@ -150,7 +150,7 @@ run-api-tests:
     needs: [build-api]
     timeout: 30m
     variables:
-        VIDEOAG_API_CONFIG: /code/config/api_example_config.py
+        VIDEOAG_CONFIG: /code/config/api_example_config.py
     image:
         name: registry.git.fsmpi.rwth-aachen.de/videoag/backend/{context.env_type()}_api:{context.commit_sha}
         entrypoint: [""]
-- 
GitLab