diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-07-18 12:52:52 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-07-19 02:27:15 -0500 |
commit | 1abe3e514f3fb1920862829cfc272ad7f73e714a (patch) | |
tree | 0fedf6612a2d0bbeb74ad54ece5b8822b982bd38 /.gitlab | |
parent | 89142f985deaff5cd60db0a95f05b646641f6f04 (diff) | |
download | gitlab-ce-1abe3e514f3fb1920862829cfc272ad7f73e714a.tar.gz |
Save fixtures as pipeline artifacts
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/frontend.gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 7695ce453ba..e021820a538 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -168,6 +168,7 @@ karma: paths: - chrome_debug.log - coverage-javascript/ + - tmp/tests/frontend/ # see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 # reports: # junit: junit_karma.xml @@ -192,6 +193,7 @@ jest: paths: - coverage-frontend/ - junit_jest.xml + - tmp/tests/frontend/ # see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 # reports: # junit: junit_jest.xml |