From b27e9715e584bfcb12709b8472ee9cf080e2a299 Mon Sep 17 00:00:00 2001 From: Robin Sagen Salte <robinssa@stud.ntnu.no> Date: Fri, 3 May 2024 15:53:04 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c58aef3..d17a59d 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 -- GitLab