From fb743d6158c93b8d689ae7f5e70ac1fe5dcf87cd Mon Sep 17 00:00:00 2001 From: Peter Leitzen Date: Fri, 26 Apr 2019 17:31:56 +0000 Subject: [PATCH] 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 --- .gitlab/ci/frontend.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index bfefd42c52d..935b494b6f7 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -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: