diff options
author | Phil Hughes <me@iamphill.com> | 2019-04-18 07:32:33 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-04-18 07:32:33 +0000 |
commit | d9e5edf198803aded681cb900c50bc454fade7f3 (patch) | |
tree | f10abe53470ff3cabf7480281650e01a4d260531 /.gitlab | |
parent | 7a4b4cffba0313ada14b012dae05f31ecb17154d (diff) | |
parent | cbd271a8fca1e4f63216b4c74af28253ee5648ed (diff) | |
download | gitlab-ce-d9e5edf198803aded681cb900c50bc454fade7f3.tar.gz |
Merge branch 'always-save-gitlab-ui-visual-artifacts' into 'master'
Always save artifacts in the gitlab:ui:visual job
See merge request gitlab-org/gitlab-ce!27469
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/frontend.gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 5acfdb4e832..fd179f77e26 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -104,6 +104,7 @@ gitlab:ui:visual: artifacts: paths: - tests/__image_snapshots__/ + when: always karma: extends: .dedicated-no-docs-pull-cache-job |