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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-12-07 07:47:17 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-12-07 07:47:17 +0300
commitb5fc83148cd1a1d4d2c8fe05538207a88e2473c4 (patch)
treea2bc0db0201748cbf5115637beb6a2ac066053e6 /.gitlab/ci
parent39bd2710f86f90a0a6765fbd2d8c07e2493ad5e5 (diff)
Add junit report to tests job
Diffstat (limited to '.gitlab/ci')
-rw-r--r--.gitlab/ci/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index d862ccd7..6d05051f 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -15,6 +15,8 @@
artifacts:
paths:
- bin/gitlab-pages
+ reports:
+ junit: junit-test-report.xml
test:1.13:
extends: .tests