From aae6caa47fdf76e02a3ae9a1f3bb1cfc5339fc3e Mon Sep 17 00:00:00 2001 From: Aymeric Poude Date: Fri, 20 Apr 2018 13:23:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 385bc11..f7bb449 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ test:php5: - rm -rf ./var/logs/* - composer install -o --no-dev - phpunit --configuration phpunit.xml.dist --coverage-text - - php bin/console security:check + - php app/console security:check tags: - test