diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef74a09..8ea69d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -43,7 +43,9 @@ tests:debian: | |||
| 43 | - python3-coverage xml | 43 | - python3-coverage xml |
| 44 | artifacts: | 44 | artifacts: |
| 45 | reports: | 45 | reports: |
| 46 | cobertura: coverage.xml | 46 | coverage_report: |
| 47 | coverage_format: cobertura | ||
| 48 | path: coverage.xml | ||
| 47 | 49 | ||
| 48 | build-docker: | 50 | build-docker: |
| 49 | stage: build_container | 51 | stage: build_container |
