diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e3e3286bf905d79a9f25ebebe50d7baeabc1667..15606a5bdd971281657543293db0bcdafca26fc4 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 --format testname  --junitfile report.xml --junitfile-testsuite-name relative
+    - gotestsum --format testname  --junitfile report.xml
   artifacts:
     when: always
     reports: