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-01-30 00:09:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-30 00:09:34 +0300
commit37a1347df2ee69411bc7ce08c3f2f695afe4a8a0 (patch)
tree269c320ab3e892fe690f81df3a712a9ad68b7b80 /doc/ci/unit_test_reports.md
parent2516f0d87bf4504cf0d626a0584b2eebe459749b (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, 1 insertions, 1 deletions
diff --git a/doc/ci/unit_test_reports.md b/doc/ci/unit_test_reports.md
index 1d774fa4135..e72d746c42b 100644
--- a/doc/ci/unit_test_reports.md
+++ b/doc/ci/unit_test_reports.md
@@ -303,7 +303,7 @@ test:
artifacts:
when: always
reports:
- junit:
+ junit:
- report.xml
```