Commit 640bb575 authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch '229-update-to-gitlab-15-1-1-breaks-gitlab-ci-yml' into 'master'

Resolve "Update to GitLab 15.1.1 breaks .gitlab-ci.yml"

Closes #229

See merge request !150
parents bf833e0e c3fd929f
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -302,7 +302,9 @@ coverage:
          --build-dir ${BUILD_PATH}
  artifacts:
    reports:
      cobertura: ${BUILD_PATH}/.coverage/coverage-cobertura.xml
      coverage_report:
        coverage_format: cobertura
        path: ${BUILD_PATH}/.coverage/coverage-cobertura.xml
    paths:
      - ${BUILD_PATH}/.coverage
    expire_in: 2 weeks