diff options
| author | jfriedli | 2022-06-06 13:10:05 +0000 |
|---|---|---|
| committer | jfriedli | 2022-06-06 13:10:05 +0000 |
| commit | 83cdf75353ddb6f73c97f58a97a42434060fd1fc (patch) | |
| tree | cea7db425c032ca3592dbc2fb500a533c951246d /.gitlab-ci.yml | |
| parent | 5bb169c960a9bfeaa0352983702264053294840c (diff) | |
update mat2 to 0.12.4v0.8.5
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 |
