From 2e4d8b3449e8c2c750a816b9566c61a0a96b934b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 28 Apr 2020 03:09:53 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/junit_test_reports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ci/junit_test_reports.md') diff --git a/doc/ci/junit_test_reports.md b/doc/ci/junit_test_reports.md index 59a47d782fb..54d39c59248 100644 --- a/doc/ci/junit_test_reports.md +++ b/doc/ci/junit_test_reports.md @@ -68,7 +68,7 @@ For a list of supported languages on JUnit tests, check the [Wikipedia article](https://en.wikipedia.org/wiki/JUnit#Ports). To enable the JUnit reports in merge requests, you need to add -[`artifacts:reports:junit`](yaml/README.md#artifactsreportsjunit) +[`artifacts:reports:junit`](pipelines/job_artifacts.md#artifactsreportsjunit) in `.gitlab-ci.yml`, and specify the path(s) of the generated test reports. In the following examples, the job in the `test` stage runs and GitLab -- cgit v1.2.1