Skip to content
Snippets Groups Projects
Commit 4d022331 authored by ale's avatar ale
Browse files

Update .gitlab-ci.yml file

parent 02283160
Branches
No related tags found
No related merge requests found
Pipeline #44173 failed
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-backports.yml" include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
pkg_src: pkg_src:
only: only:
...@@ -16,12 +16,14 @@ test: ...@@ -16,12 +16,14 @@ test:
artifacts: artifacts:
when: always when: always
reports: reports:
cobertura: cover.xml coverage_report:
coverage_format: cobertura
path: cover.xml
junit: report.xml junit: report.xml
release: release:
stage: upload_pkg stage: upload_pkg
image: golang:1.15 image: golang:1.19
variables: variables:
VERSION: $CI_COMMIT_TAG VERSION: $CI_COMMIT_TAG
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment