From 53627d63ca699444d51174bc7b9a7dca843cedef Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Tue, 7 Aug 2018 15:29:00 +0900 Subject: Added multiple test erports --- doc/ci/yaml/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index e89f8f3c504..772378bb466 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1129,6 +1129,15 @@ rspec: The collected JUnit report will be persisted in GitLab as well as a general artiafcts (i.e. `artifacts:paths`) will. Without any further configuration, GitLab will automatically parse those reports and surface on UI, such as merge requests. +You can also specify multiple test report paths within a sinlge job. GitLab-runner automatically concatenate those files into a single GunZip file. + +```yaml +rspec: + artifacts: + reports: + junit: [rspec-1.xml, rspec-2.xml, rspec-3.xml] +``` + ## `dependencies` > Introduced in GitLab 8.6 and GitLab Runner v1.1.1. -- cgit v1.2.1