From 4b07deceec704c95c8e825d5651481a5093940a8 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 19:44:24 +0100
Subject: [PATCH] fixup! Add package caching for CI

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

diff --git a/build_pipeline_generator.py b/build_pipeline_generator.py
index 8735cf7..36cd4c5 100644
--- a/build_pipeline_generator.py
+++ b/build_pipeline_generator.py
@@ -172,7 +172,7 @@ echo "{\\"auths\\":{\\"$CI_REGISTRY\\":{\\"username\\":\\"$CI_REGISTRY_USER\\",\
     def _generate_ci_build_job(self):
         kaniko_args = [
             f"--context=git://git.fsmpi.rwth-aachen.de/videoag/backend.git#{self.context.commit_sha}",
-            f"--dockerfile={str(self.output_dockerfile_path().relative_to(self.context.build_dir))}"
+            f"--dockerfile={str(self.output_dockerfile_path().relative_to(self.context.build_dir))}",
             f"--git recurse-submodules=true",
             f"--destination=$CI_REGISTRY_IMAGE/{self.image_full_name()}#{self.context.commit_sha}",
             f"--build-arg=GIT_COMMIT_SHA={self.context.commit_sha}",
-- 
GitLab