Commit 5e3aa0b0 authored by Mark Harding's avatar Mark Harding

(fix): bad paths for cypress artifacts

parent d2a4fe13
No related merge requests found
Pipeline #74471409 running with stages
......@@ -44,8 +44,8 @@ e2e:base:
artifacts:
when: always
paths:
- cypress/screenshots/**/*.mp4
- cypress/videos/**/*.mp4
- cypress/screenshots
- cypress/videos
cache:
paths:
- .npm
......@@ -71,8 +71,8 @@ e2e:chrome:
artifacts:
when: always
paths:
- cypress/screenshots/**/*.mp4
- cypress/videos/**/*.mp4
- cypress/screenshots
- cypress/videos
cache:
paths:
- .npm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment