diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0cc973a424140ccd9a7115ae3135d152ac8be0f..2f9f200f04535fe6ff943ae3c6af64ab5f91d0fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,26 +7,11 @@ image: include: - template: Code-Quality.gitlab-ci.yml -#code_quality: -# variables: -# CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" - -# artifacts: -# paths: [gl-code-quality-report.json] - -#code_quality_html: -# extends: code_quality -# variables: -# REPORT_FORMAT: html -# artifacts: -# paths: [gl-code-quality-report.html] - code_quality: - stage: test variables: - CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" + CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" + artifacts: - expose_as: 'Code Quality Report' paths: [gl-code-quality-report.json] code_quality_html: @@ -35,6 +20,7 @@ code_quality_html: REPORT_FORMAT: html artifacts: paths: [gl-code-quality-report.html] + #secondpipe: