diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c58aef3578bc24591097efdf4fdeeaffbfce6843..d17a59d9eef6077c6141bdc084f9784266124fba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,6 @@ test:
   artifacts:  # Define artifacts to save
     when: always
     paths:  # Specify paths to the artifacts
-      - cypress/videos
-      - cypress/screenshots
+      - robin/cypress/videos
+      - robin/cypress/screenshots
     expire_in: 1 day  # Set the expiration time for artifacts
\ No newline at end of file