summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2019-04-26 17:31:56 +0000
committerClement Ho <clemmakesapps@gmail.com>2019-04-26 17:31:56 +0000
commit5805a1ab9eda9fee489d789c2cf96cff22109db4 (patch)
treee515ee6eda283fc3e3d573d729aa61f2af6c920a
parent99a6932e66dd1009c32aff54598f5f55fd5dbd32 (diff)
parentfb743d6158c93b8d689ae7f5e70ac1fe5dcf87cd (diff)
downloadgitlab-ce-5805a1ab9eda9fee489d789c2cf96cff22109db4.tar.gz
Merge branch 'pl-fix-upload-image-screenshots' into 'master'
CI: Fix upload of screenshots in gitlab:ui:visual See merge request gitlab-org/gitlab-ce!27758
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: