From 559e6283983039cb0bc11a4ee63e01de711e3275 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Tue, 30 Mar 2021 15:53:32 +0100
Subject: [PATCH] remove redundant -v

---
 build/ci/.test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index 66afb0348..2793f91ec 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -37,5 +37,5 @@ unit-test:
 http-api-test:
   script:
     - cd ./nucleus
-    - go test -race -v -run Test_httpApi -v -coverprofile=coverage.out
+    - go test -race -v -run Test_httpApi -coverprofile=coverage.out
   <<: *test
\ No newline at end of file
-- 
GitLab