From 1de550f98e618af9e9f9f81afedf5db91495a32f Mon Sep 17 00:00:00 2001 From: Lesterpig <git@lesterpig.com> Date: Mon, 4 Jan 2016 18:06:07 +0100 Subject: [PATCH] [CI] Enables artifacts --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b522ac6..91e3783 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- GitLab