phpstan: depend on phpunit

This commit is contained in:
Andrew Dolgov 2023-04-01 12:03:59 +03:00
parent e2a02f1f4b
commit 4fd0d13b64
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ eslint:
phpstan:
image:
name: ${CI_DOCKER_IMAGE}
needs:
- phpunit
stage: lint
rules:
- if: $CI_COMMIT_BRANCH