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
This commit is contained in:
Peter Leitzen 2019-04-26 17:31:56 +00:00 committed by Clement Ho
parent 99a6932e66
commit fb743d6158
1 changed files with 1 additions and 1 deletions

View File

@ -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: