diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b522ac6c3e65628dc7e72641aa3d1854ae14476d..91e378384b88a26ecee5da1e27438f32af06dce6 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"