diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78b9b3f38d80d48bd548b9a5beb177198d319a7d..9967225931963d1e5dc8a02019bfbd769351572e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,9 +27,6 @@ tests:
     - nixos-gen3
   script:
     - nix develop .#gitlab --command run-ci-tests
-  artifacts:
-    paths:
-      - last-phpunit-result.xml
 
 release:
   stage: release
@@ -40,4 +37,3 @@ release:
   when: on_success
   rules:
     - if: $CI_COMMIT_BRANCH == "master"
-  
\ No newline at end of file