diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2baf851..a3b6e80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: BackendLint: stage: lint script: - - cd backend && ./vendor/bin/grumphp + - cd backend && ./vendor/bin/grumphp run allow_failure: true FrontendLint: