Skip to content
Snippets Groups Projects
Commit 1de550f9 authored by Loïck Bonniot's avatar Loïck Bonniot
Browse files

[CI] Enables artifacts

parent d9082bcd
No related branches found
No related tags found
1 merge request!7[CI] Enables artifacts
Pipeline #
......@@ -10,9 +10,9 @@ Unit tests:
services:
- "lesterpig/mongo:latest" # Use this light version of mongo
- "lesterpig/postfix:latest"
#artifacts: # Waiting GitLab 8.2.1...
# paths:
# - "coverage.html"
artifacts:
paths:
- "coverage.html"
script:
- "ln -s $(pwd) $GOPATH/src/dfss"
- "go get gopkg.in/mgo.v2"
......
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