From 4e86fbbf43d9e3167a8a5f774d504a7e937442c1 Mon Sep 17 00:00:00 2001
From: Thomas Flori <t.flori@sportradar.com>
Date: Thu, 4 Apr 2024 14:19:08 +0200
Subject: [PATCH] fix yml format

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70443db..7899272 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ code_quality:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
     - if: $CI_COMMIT_TAG
-  services:
+  services: []
 
 code_quality_html:
   tags:
@@ -26,7 +26,7 @@ code_quality_html:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
     - if: $CI_COMMIT_TAG
-  services:
+  services: []
   variables:
     REPORT_FORMAT: html
   artifacts:
-- 
GitLab