From fc9971fd5b1c96b806285bf30b0ef482f2b15538 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Tue, 29 Mar 2022 15:16:19 +0200
Subject: [PATCH] CI: Integration job is now optional

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f234782..65dcdbad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,6 +101,8 @@ yamllint:
   stage: integrate
   rules:
     - if: $CI_MERGE_REQUEST_IID
+      when: manual
+      allow_failure: true
   script:
     - cd ${CI_PROJECT_DIR}
     - ./deploy_gitlab_ci.py
@@ -188,6 +190,7 @@ merge-yocto:
 # --------------------------------------------------------------------------------------
 check:
   stage: check
+  needs: [integrate-yocto, integrate-ci-test]
   rules:
     - if: $CI_MERGE_REQUEST_IID
   tags:
-- 
GitLab