diff options
author | Blair Lunceford <blunceford@gitlab.com> | 2019-05-01 15:29:51 +0000 |
---|---|---|
committer | Blair Lunceford <blunceford@gitlab.com> | 2019-05-01 15:29:51 +0000 |
commit | 83767945983efd03d24df4a0a09fb2a62cf11359 (patch) | |
tree | 3abb7ffc4ba535c37a49c7f726a1b9389da5af15 | |
parent | 7226bf3fdafa6b14fb6513d3468328df819fb3f3 (diff) | |
download | gitlab-ce-83767945983efd03d24df4a0a09fb2a62cf11359.tar.gz |
Apply suggestion to doc/ci/junit_test_reports.mdpatch-51
-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 |