From c48b3830a08f2d5910776c74e69485f7672fcd55 Mon Sep 17 00:00:00 2001
From: Anton Sattarov <sattarov@perx.ru>
Date: Thu, 30 Mar 2023 14:34:49 +0300
Subject: [PATCH] fix pipline

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5beae32d..f809156a 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 -- -timeout 500s
+    - gotestsum --junitfile report.xml --format testname
   artifacts:
     when: always
     reports:
-- 
GitLab