templates/gitlab-ci.yml.erb in bankai-0.13.0 vs templates/gitlab-ci.yml.erb in bankai-0.13.1

- old
+ new

@@ -132,6 +132,8 @@ rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_MERGE_REQUEST_ID artifacts: reports: - cobertura: coverage/coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage/coverage.xml