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

Use new CI templates

parent a98dfc78
No related branches found
Tags 0.2.1c
No related merge requests found
Pipeline #56908 passed
include: "https://git.autistici.org/ai3/docker/test/golang/raw/master/ci.yml"
stages:
- test
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment