Save fixtures as pipeline artifacts
This commit is contained in:
parent
89142f985d
commit
1abe3e514f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue