Commit 96fcbe8f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed .gitlab-ci.yml for Gitlab 15

parent 1fb91e75
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -120,7 +120,9 @@ stages:
        name: ${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}
        expire_in: 7 days
        reports:
            coverage_report: coverage.xml
            coverage_report:
                coverage_format: cobertura
                path: coverage.xml
            junit: "builddir/$CI_JOB_NAME/tests-report.xml"
        paths:
            - coverage_html/