Commit fb743d61 authored by Peter Leitzen's avatar Peter Leitzen Committed by Clement Ho

CI: Fix upload of screenshots in gitlab:ui:visual

Before this commit uploading of screenshots failed with

    WARNING: tests/__image_snapshots__/: no matching files
    ERROR: No files to upload
    ERROR: Job failed: exit code 1

After this commit it works again

    Uploading artifacts...
    gitlab-ui/tests/__image_snapshots__/: found 90 matching files
    Uploading artifacts to coordinator... ok
parent 99a6932e
......@@ -107,7 +107,7 @@ gitlab:ui:visual:
- $CI_COMMIT_MESSAGE =~ /\[skip visual\]/i
artifacts:
paths:
- tests/__image_snapshots__/
- gitlab-ui/tests/__image_snapshots__/
when: always
karma:
......
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