diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39656900fad44cadffc82390dc5b76f3a74ea25f..566d93f38c6122e2bab6855b189d3fc88f76f79b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,8 @@
     - pip3 install -e .
     - nosetests3
   artifacts:
+    when: always
+    untracked: true
     paths:
       - build
     expire_in: 8d