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

Add CI configuration

parent 127d3029
Branches
No related tags found
No related merge requests found
stages:
- test
run_tests:
stage: test
image: registry.git.autistici.org/ai3/docker/test/golang:master
script:
- run-go-test ./...
artifacts:
when: always
reports:
cobertura: cover.xml
junit: report.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment