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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2021-12-02 18:58:33 +0300
committerToon Claes <toon@gitlab.com>2021-12-02 18:58:33 +0300
commit2247949bf06c7e8b28ef629dccb347868ee3abf4 (patch)
tree05209cfba18546040ee051683c9068e485a687f6 /.gitlab-ci.yml
parenta191a5d10f0772ae2ed6ec869001ddde6d277827 (diff)
parentf2e793f60e86cf61e8ddcb44b00cee9a02adcd93 (diff)
Merge branch 'gotestsum' into 'master'
Use gotestsum instead of go-junit-report See merge request gitlab-org/gitaly!4151
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b83d5bf1c..aaa639ca9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ include:
paths:
- ruby/tmp/gitaly-rspec-test.log
reports:
- junit: _build/reports/go-tests-report-go-${GO_VERSION}-git-${GIT_VERSION}.xml
+ junit: _build/reports/go-tests-report.xml
when: on_failure
expire_in: 1 week