Skip to content
Snippets Groups Projects
Commit ac8af515 authored by Vaclav Sraier's avatar Vaclav Sraier
Browse files

fix manager's gitlab CI config usage of removed features

parent 899ce0a7
Branches
Tags
1 merge request!1318Remove systemd backend support
Pipeline #101407 failed with stages
in 1 minute and 7 seconds
......@@ -28,7 +28,9 @@ lint:py3.10:
- poetry run bash -c "cd ..; coverage combine manager/.coverage; coverage xml"
artifacts:
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: manager/unit.junit.xml
paths:
- manager/unit.junit.xml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment