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>2021-05-14 03:11:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-14 03:11:05 +0300
commit980faa8f3421499e36ad0d9834a6353c0aeb3d3e (patch)
treee89d93e611acb30a553a5c7a9e453c00d7b28504 /doc/ci/unit_test_reports.md
parent52b32eecb72bceac7e1b7f57a641d25b9a7f58bc (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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/unit_test_reports.md b/doc/ci/unit_test_reports.md
index e5d16a9d92d..bbb62f74caa 100644
--- a/doc/ci/unit_test_reports.md
+++ b/doc/ci/unit_test_reports.md
@@ -349,8 +349,8 @@ report format XML files contain an `attachment` tag, GitLab parses the attachmen
```
- You should set the job that uploads the screenshot to
- [`artifacts:when: on_failure`](yaml/README.md#artifactswhen) so that it uploads a screenshot when
- a test fails.
+ [`artifacts:when: always`](yaml/README.md#artifactswhen) so that it still uploads a screenshot
+ when a test fails.
A link to the test case attachment appears in the test case details in
[the pipeline test report](#viewing-unit-test-reports-on-gitlab).