Commit 9b25a182 authored by Nicolo Parmiggiani's avatar Nicolo Parmiggiani
Browse files

Update .gitlab-ci.yml

parent dcf4b5dc
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
@@ -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]