diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f75c1abcca9bcc033d6508af29138080f95fb04c..4d4a113f995b4a6d410f6cb7f0c92152b39338e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,12 +7,13 @@ generate-pipeline:
     image: python:3.13-slim
     script:
         - >-
-            python build_pipeline_generator.py \
-            --ci-pipeline-dest child-pipeline.yml \
-            --commit-sha $CI_COMMIT_SHA \
-            --commit-tag $CI_COMMIT_TAG \
-            api job_controller \
+            python build_pipeline_generator.py
+            --ci-pipeline-dest child-pipeline.yml
+            --commit-sha $CI_COMMIT_SHA
+            --commit-tag $CI_COMMIT_TAG
+            api job_controller
             $(find job_controller/jobs/ -mindepth 1 -maxdepth 1)
+
     artifacts:
         expire_in: 1 week
         paths: