summaryrefslogtreecommitdiff
path: root/doc/ci/yaml/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r--doc/ci/yaml/README.md9
1 files changed, 9 insertions, 0 deletions
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.