Skip to content
Snippets Groups Projects
Commit e6516284 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix invalid artifact path for codequality

parent 90473e06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@ module Ci
metadata: nil,
trace: nil,
junit: 'junit.xml',
codequality: 'codequality.json',
codequality: 'gl-code-quality-report.json',
sast: 'gl-sast-report.json',
dependency_scanning: 'gl-dependency-scanning-report.json',
container_scanning: 'gl-container-scanning-report.json',
Loading
Loading
Loading
Loading
@@ -33,7 +33,7 @@ describe Gitlab::Ci::Config::Entry::Reports do
 
where(:keyword, :file) do
:junit | 'junit.xml'
:codequality | 'codequality.json'
:codequality | 'gl-code-quality-report.json'
:sast | 'gl-sast-report.json'
:dependency_scanning | 'gl-dependency-scanning-report.json'
:container_scanning | 'gl-container-scanning-report.json'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment