From d63377b6a93fc70748828bc1c46199e594417288 Mon Sep 17 00:00:00 2001 From: Anton Sattarov <sattarov@perx.ru> Date: Thu, 30 Mar 2023 14:44:36 +0300 Subject: [PATCH] fix gotestsum --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 532b99e5..9e3e3286 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ run_tests: - go fmt ./... - go vet ./... - go install gotest.tools/gotestsum@latest - - gotestsum --junitfile report.xml --format testname + - gotestsum --format testname --junitfile report.xml --junitfile-testsuite-name relative artifacts: when: always reports: -- GitLab