diff options
Diffstat (limited to 'doc/ci/junit_test_reports.md')
-rw-r--r-- | doc/ci/junit_test_reports.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/junit_test_reports.md b/doc/ci/junit_test_reports.md index e454f4ed5bc..799217c9a08 100644 --- a/doc/ci/junit_test_reports.md +++ b/doc/ci/junit_test_reports.md @@ -75,7 +75,7 @@ If you also want the ability to browse JUnit output files, include the ### Ruby example -Use the following job in `.gitlab-ci.yml`, which includes the `artifacts:paths` keyword to browse the JUnit output file: +Use the following job in `.gitlab-ci.yml`. This includes the `artifacts:paths` keyword to provide a link to the JUnit output file. ```yaml ## Use https://github.com/sj26/rspec_junit_formatter to generate a JUnit report with rspec |