summaryrefslogtreecommitdiff
path: root/doc/ci/yaml/artifacts_reports.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 12:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 12:09:12 +0000
commit8243505178033432b7fc6834eef425c9dcdfd7bc (patch)
tree0497dc786de7ae7563141055bc67d43645489f69 /doc/ci/yaml/artifacts_reports.md
parentdcbe65b8b6d3be931c10a823d1271318f70b1507 (diff)
downloadgitlab-ce-8243505178033432b7fc6834eef425c9dcdfd7bc.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/yaml/artifacts_reports.md')
-rw-r--r--doc/ci/yaml/artifacts_reports.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/yaml/artifacts_reports.md b/doc/ci/yaml/artifacts_reports.md
index b7e9c921dfb..5071975c735 100644
--- a/doc/ci/yaml/artifacts_reports.md
+++ b/doc/ci/yaml/artifacts_reports.md
@@ -219,7 +219,7 @@ The `junit` report collects [JUnit report format XML files](https://www.ibm.com/
The collected Unit test reports upload to GitLab as an artifact. Although JUnit was originally developed in Java, there
are many third-party ports for other languages such as JavaScript, Python, and Ruby.
-See [Unit test reports](../unit_test_reports.md) for more details and examples.
+See [Unit test reports](../testing/unit_test_reports.md) for more details and examples.
Below is an example of collecting a JUnit report format XML file from Ruby's RSpec test tool:
```yaml
@@ -235,8 +235,8 @@ rspec:
GitLab can display the results of one or more reports in:
-- The merge request [code quality widget](../../ci/unit_test_reports.md#how-it-works).
-- The [full report](../../ci/unit_test_reports.md#viewing-unit-test-reports-on-gitlab).
+- The merge request [code quality widget](../testing/unit_test_reports.md#how-it-works).
+- The [full report](../testing/unit_test_reports.md#view-unit-test-reports-on-gitlab).
Some JUnit tools export to multiple XML files. You can specify multiple test report paths in a single job to
concatenate them into a single file. Use either: