diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a81d770d570f138277c2b5acbb09fcccee7047c..6fb694db1068cbd4a855c58a025f8798d3098735 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,3 +30,9 @@ test:
     - pip install tox
     - echo $TOX_ENV
     - tox
+  artifacts:
+    when: always
+    reports:
+      junit:
+        - report.xml
+