diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2019-04-26 17:31:56 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-04-26 17:31:56 +0000 |
commit | 5805a1ab9eda9fee489d789c2cf96cff22109db4 (patch) | |
tree | e515ee6eda283fc3e3d573d729aa61f2af6c920a | |
parent | 99a6932e66dd1009c32aff54598f5f55fd5dbd32 (diff) | |
parent | fb743d6158c93b8d689ae7f5e70ac1fe5dcf87cd (diff) | |
download | gitlab-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.yml | 2 |
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: |