Correction exec GrumPHP

This commit is contained in:
wpetit 2020-03-09 15:40:00 +01:00
parent 366a82bd9a
commit f9f341c5ea
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stages:
BackendLint:
stage: lint
script:
- cd backend && ./vendor/bin/grumphp
- cd backend && ./vendor/bin/grumphp run
allow_failure: true
FrontendLint: