Olivier Massot 4 年之前
父节点
当前提交
00a723c14c
共有 1 个文件被更改,包括 8 次插入8 次删除
  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