From 563d043a7528a851514a30a4f8384507a28c87ef Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Thu, 12 May 2022 16:31:54 +0200
Subject: [PATCH] running integration tests without tty

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

diff --git a/.gitlab/ci/integrationtest.yml b/.gitlab/ci/integrationtest.yml
index 62b7b84f8..1e99bc58f 100644
--- a/.gitlab/ci/integrationtest.yml
+++ b/.gitlab/ci/integrationtest.yml
@@ -15,7 +15,7 @@
     - cp $ENV_PRODUCTION .env
     - composer install
     - php artisan optimize
-    - php artisan test
+    - php artisan test --without-tty -n
   cache:
     paths:
       - metager/.composer/
-- 
GitLab