diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee8b1c4aab7bd8acb57e210ed3faf618fc64b1e..1dd26ce962b4f96ba1d764b22f6a2dc80dd5bde8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,10 +130,9 @@ coverage: - test-pocl-cpu artifacts: reports: - cobertura: target-nvidia-gpu/site/cobertura.xml - cobertura: target-nvidia-cpu/site/cobertura.xml - cobertura: target-amdgpu-cpu/site/cobertura.xml - cobertura: target-pocl-cpu/site/cobertura.xml + coverage_report: + coverage_format: cobertura + path: target-*/site/cobertura.xml deploy: stage: deploy