Cobertura Not Allow on GitLab

Taken from this.

As it was mentioned, the artifacts:report:cobertura has been deprecated. You can replace the

cobertura: cobertura-coverage.xml

with the following:

coverage_report:
    coverage_format: cobertura
    path: backend/coverage/cobertura-coverage.xml