From edb9832163bc13b8106566c848e810a3aa67d023 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Peters?= <soe.peters@tu-braunschweig.de>
Date: Fri, 6 May 2022 15:02:28 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ac1ef2ee..853ef30af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -377,7 +377,7 @@ include_what_you_use_clang_10:
     - make
 
 ###############################################################################
-extends: .analyze_template
+.analyze_template:
 
   rules: # dont create MR pipeline, run always on irmb/develop and manual in all other cases
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
-- 
GitLab