summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-07-18 12:52:52 -0500
committerMike Greiling <mike@pixelcog.com>2019-07-19 02:27:15 -0500
commit1abe3e514f3fb1920862829cfc272ad7f73e714a (patch)
tree0fedf6612a2d0bbeb74ad54ece5b8822b982bd38
parent89142f985deaff5cd60db0a95f05b646641f6f04 (diff)
downloadgitlab-ce-1abe3e514f3fb1920862829cfc272ad7f73e714a.tar.gz
Save fixtures as pipeline artifacts
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml2
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