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

Update .gitlab-ci.yml file

parent a245e3a4
No related branches found
No related tags found
No related merge requests found
Pipeline #57311 passed
include: "https://git.autistici.org/ai3/build-container/raw/master/common.yml"
stages:
- test
- build
- release
run_tests:
stage: test
image: registry.git.autistici.org/ai3/docker/test/golang:master
script:
- run-go-test ./...
artifacts:
when: always
reports:
coverage_report:
coverage_format: cobertura
path: cover.xml
junit: report.xml
include:
- "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
- "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment