From d1b21bfba957bf83502c508498e45542dd02ec31 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 23 Feb 2022 16:48:33 +0100
Subject: [PATCH] Further improve settings for extra tests from GitLab

---
 tests/gitlab.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/gitlab.yml b/tests/gitlab.yml
index 529d1bd..9e0183a 100644
--- a/tests/gitlab.yml
+++ b/tests/gitlab.yml
@@ -1,6 +1,6 @@
 include:
   # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
-  - template: Code-Quality.gitlab-ci.yml
+  # - template: Code-Quality.gitlab-ci.yml
   # See https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/SAST.gitlab-ci.yml
   - template: Security/SAST.gitlab-ci.yml
   # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/Secret-Detection.gitlab-ci.yml
@@ -17,8 +17,9 @@ include:
     - 'Build Prod Site'
 
 # ==================================== Code Quality
-code_quality:
+Code Quality:
   <<: *test_gitlab_default
+  allow_failure: true
   variables:
     GIT_STRATEGY: none
     CODE_QUALITY_IMAGE: registry.lakedrops.com/docker/code-climate-drupal/code-climate-drupal
-- 
GitLab