Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ image: # - master # or the name of your main branch include: - template: Code-Quality.gitlab-ci.yml code_quality: services: # Shut off Docker-in-Docker Loading @@ -29,7 +31,7 @@ code_quality: - 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" CODE_QUALITY_IMAGE: "registry.example.com/codequality-fork:latest" artifacts: paths: [gl-code-quality-report.json] Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ image: # - master # or the name of your main branch include: - template: Code-Quality.gitlab-ci.yml code_quality: services: # Shut off Docker-in-Docker Loading @@ -29,7 +31,7 @@ code_quality: - 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" CODE_QUALITY_IMAGE: "registry.example.com/codequality-fork:latest" artifacts: paths: [gl-code-quality-report.json] Loading