diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a7b700c45b2463f4b331af9a744bc099e4cd88b..c65bfee39946a430335e3f0a791e589de80c8070 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,12 @@ test-e2e:
     - nohup npm run start-editor-local &
     - nohup npm run start-player-local &
     - npm run e2e-headless
+  artifacts:
+    when: always
+    paths:
+      - e2e/downloads/**/*.*
+      - e2e/videos/**/*.mp4
+      - e2e/screenshots/**/*.png
 
 #deploy:
 #  stage: deploy