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

Attempt to fix go-junit-report path

parent bfe7b9ab
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ test:
image: "ai/test:go"
script:
- "go get -u github.com/jstemmer/go-junit-report"
- "go-test-runner ./... 2>&1 | go-junit-report > junit.xml"
- "go-test-runner ./... 2>&1 | $HOME/go/bin/go-junit-report > junit.xml"
artifacts:
reports:
junit: junit.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment