Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ code_quality: - cq-astri # Set this job to only run on our new specialized runner variables: CODE_QUALITY_IMAGE: "registry.example.com/codequality-fork:latest" CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:latest" artifacts: paths: [gl-code-quality-report.json] Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ code_quality: - cq-astri # Set this job to only run on our new specialized runner variables: CODE_QUALITY_IMAGE: "registry.example.com/codequality-fork:latest" CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:latest" artifacts: paths: [gl-code-quality-report.json] Loading