Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-15 06:09:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-15 06:09:24 +0300
commit5fe82ba3d39345ce6c6df14a10b13998b13c68b2 (patch)
tree33c18c58ff44cb1c8301798bf2f2edbb80ac746d /doc/ci/unit_test_reports.md
parent09bd62c59d070ab2bbcb4079a44dcb78c76666b5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/unit_test_reports.md')
-rw-r--r--doc/ci/unit_test_reports.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/unit_test_reports.md b/doc/ci/unit_test_reports.md
index d1bb8f11c0f..5a59a175a89 100644
--- a/doc/ci/unit_test_reports.md
+++ b/doc/ci/unit_test_reports.md
@@ -81,6 +81,8 @@ merge request widget.
To make the Unit test report output files browsable, include them with the
[`artifacts:paths`](yaml/README.md#artifactspaths) keyword as well, as shown in the [Ruby example](#ruby-example).
+To upload the report even if the job fails (for example if the tests do not pass), use the [`artifacts:when:always`](yaml/README.md#artifactswhen)
+keyword.
NOTE: **Note:**
You cannot have multiple tests with the same name and class in your JUnit report format XML file.