From 5449efdd9788bf70652690f71828080cad47c0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 26 May 2021 13:35:38 +0000 Subject: [PATCH] Increase memory for running phpunit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a3c3622e..86e65c390 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,4 +39,4 @@ variables: # Run our tests test: script: - - bin/phpunit --colors=never + - php -d memory_limit=3G bin/phpunit --colors=never