diff --git a/tests/gitlab.yml b/tests/gitlab.yml index 529d1bd90dce4e6f801266cddb44e6f92ff99f93..9e0183ad6335ec34525afd66a716cef1ce4f95a4 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