From bcff944be2e2d54becc9fda0acc58e7ca30e5205 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 18 Apr 2018 03:19:03 +0300 Subject: [PATCH] Disable xdebug for tests 'cause we don't collect coverage stats --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc8b26b..8deb81b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,10 @@ test:backend: -e DB_PASSWORD="ely_accounts_tester_password" -e REDIS_HOST="redis" $TEMP_DEV_IMAGE - php vendor/bin/codecept run -c tests + bash -c " + rm /usr/local/etc/php/conf.d/xdebug.ini && + docker-entrypoint.sh php vendor/bin/codecept run -c tests + " test:frontend: image: node:9.2.1-alpine