Commit 53627d63 authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Added multiple test erports

parent e59dca1a
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment