diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b38a924add969b963ac96d7fb6d780bd4ffdda2f..23325e3191bcb690ee16577f69cefa0d039cb0f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,9 @@ test:
   stage: test
   script:
     - mvn clean test
+  artifacts:
+    reports:
+      junit: target/surefire-reports/TEST-no.ntnu.idatt1002.demo.repo.MyEntityRepoTest.xml
 
 package:
   stage: package