Olivier Massot 4 år sedan
förälder
incheckning
00a723c14c
1 ändrade filer med 8 tillägg och 8 borttagningar
  1. 8 8
      .gitlab-ci.yml

+ 8 - 8
.gitlab-ci.yml

@@ -35,8 +35,8 @@ chrome:
   artifacts:
     when: always
     paths:
-      - cypress/videos/**/*.mp4
-      - cypress/screenshots/**/*.png
+      - test/cypress/videos/**/*.mp4
+      - test/cypress/screenshots/**/*.png
     expire_in: 3 day
 
 chrome-mobile:
@@ -48,8 +48,8 @@ chrome-mobile:
   artifacts:
     when: always
     paths:
-      - cypress/videos/**/*.mp4
-      - cypress/screenshots/**/*.png
+      - test/cypress/videos/**/*.mp4
+      - test/cypress/screenshots/**/*.png
     expire_in: 3 day
 
 firefox:
@@ -61,8 +61,8 @@ firefox:
   artifacts:
     when: always
     paths:
-      - cypress/videos/**/*.mp4
-      - cypress/screenshots/**/*.png
+      - test/cypress/videos/**/*.mp4
+      - test/cypress/screenshots/**/*.png
     expire_in: 3 day
 
 firefox-mobile:
@@ -74,6 +74,6 @@ firefox-mobile:
   artifacts:
     when: always
     paths:
-      - cypress/videos/**/*.mp4
-      - cypress/screenshots/**/*.png
+      - test/cypress/videos/**/*.mp4
+      - test/cypress/screenshots/**/*.png
     expire_in: 3 day