Commit 0cbd7ac5 authored by Nicolo Parmiggiani's avatar Nicolo Parmiggiani
Browse files

Update .gitlab-ci.yml

parent a3d1995e
Loading
Loading
Loading
Loading
Loading
+20 −9
Original line number Diff line number Diff line
@@ -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]