From 842040a3941022d42501304eef603495bd263bb4 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 28 Jun 2022 15:40:20 +0000
Subject: [PATCH] Integrate
 gitlab-ci/really-include-yamllint-in-manifest-pipeline

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/f39e65ab8d6dd2d9ef1123b53ab66b2dff028481

Manifest: really include yamllint in the full pipeline

Previous commit did not have the effect due to wrong extend order.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 0dd147c..f39e65a 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8
+Subproject commit f39e65ab8d6dd2d9ef1123b53ab66b2dff028481
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ee8ec2..b0cc044 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 0dd147c81c6ee788b54b58ebf0fb21c9ecc1bea8
+    ref: f39e65ab8d6dd2d9ef1123b53ab66b2dff028481
     file: 'manifest-integration-yocto.yml'
 
 variables:
-- 
GitLab