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

Flip order of steps to avoid messing with go.mod

parent 03f92f20
Branches
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ test:
stage: test
image: golang:1.14
script:
- go get github.com/boumenot/gocover-cobertura
- go test -v -cover -coverprofile=cover.out ./...
- go get github.com/boumenot/gocover-cobertura
- gocover-cobertura < cover.out > cover.xml
artifacts:
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment