From 63d1c26bc5fc6d931218fffaf40c0e934e19138b Mon Sep 17 00:00:00 2001
From: Daniel Bauer <daniel.j.bauer@fau.de>
Date: Tue, 1 Apr 2025 14:06:33 +0200
Subject: [PATCH] [ci] fix syntax

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b1f93a7..f28930ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,8 +35,8 @@ generate-child-pipeline:
       do
         OP_NAME=$(echo $f | sed -E 's/operators-(.*)\.toml/\1/')
         cat >> child-pipeline.yml << EOF
-              - OPERATOR_BASE_NAME: $OP_NAME
-        EOF
+            - OPERATOR_BASE_NAME: $OP_NAME
+      EOF
       done
   artifacts:
     paths:
-- 
GitLab