Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymeric Poude committed Apr 20, 2018
1 parent b87a1e4 commit aae6caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aae6caa

Please sign in to comment.