From f39e65ab8d6dd2d9ef1123b53ab66b2dff028481 Mon Sep 17 00:00:00 2001
From: Tim Jaacks <tim.jaacks@garz-fricke.com>
Date: Tue, 28 Jun 2022 13:52:10 +0200
Subject: [PATCH] Manifest: really include yamllint in the full pipeline

Previous commit did not have the effect due to wrong extend order.
---
 manifest-pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest-pipeline.yml b/manifest-pipeline.yml
index 390e77a7..05dcf812 100644
--- a/manifest-pipeline.yml
+++ b/manifest-pipeline.yml
@@ -114,8 +114,8 @@ trigger-build-jobs:
 
 yamllint:
   extends:
-    - .full_build_pipeline
     - .yamllint
+    - .full_build_pipeline
 
 # --------------------------------------------------------------------------------------
 # Stage: build
-- 
GitLab