Loading .gitlab-ci.yml +20 −9 Original line number Diff line number Diff line Loading @@ -8,22 +8,33 @@ include: - template: Code-Quality.gitlab-ci.yml code_quality: services: # Shut off Docker-in-Docker stage: test services: tags: - cq-astri # Set this job to only run on our new specialized runner artifacts: expose_as: 'Code Quality Report' paths: [gl-code-quality-report.json] #code_quality: # services: # Shut off Docker-in-Docker # tags: # - cq-astri # Set this job to only run on our new specialized runner #variables: #CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" artifacts: paths: [gl-code-quality-report.json] # 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_html: # extends: code_quality # variables: # REPORT_FORMAT: html # artifacts: # paths: [gl-code-quality-report.html] Loading Loading
.gitlab-ci.yml +20 −9 Original line number Diff line number Diff line Loading @@ -8,22 +8,33 @@ include: - template: Code-Quality.gitlab-ci.yml code_quality: services: # Shut off Docker-in-Docker stage: test services: tags: - cq-astri # Set this job to only run on our new specialized runner artifacts: expose_as: 'Code Quality Report' paths: [gl-code-quality-report.json] #code_quality: # services: # Shut off Docker-in-Docker # tags: # - cq-astri # Set this job to only run on our new specialized runner #variables: #CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" artifacts: paths: [gl-code-quality-report.json] # 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_html: # extends: code_quality # variables: # REPORT_FORMAT: html # artifacts: # paths: [gl-code-quality-report.html] Loading