From 70922e518788613bf9819b8233245190601f130c Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Fri, 13 May 2022 10:41:45 +0200
Subject: [PATCH] integrationtest is no manual job anymore

---
 .gitlab/ci/integrationtest.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab/ci/integrationtest.yml b/.gitlab/ci/integrationtest.yml
index 09cbf70e1..b79bdce64 100644
--- a/.gitlab/ci/integrationtest.yml
+++ b/.gitlab/ci/integrationtest.yml
@@ -19,12 +19,10 @@ integrationtest:
     - cp $ENV_PRODUCTION .env
     - composer install
     - php artisan optimize
-    - php artisan test --without-tty -n
+    - php artisan test --without-tty
   cache:
     paths:
       - metager/.composer/
-  when: manual
-  allow_failure: false
   except:
     refs: 
       - master
\ No newline at end of file
-- 
GitLab