phpstan: depend on phpunit
This commit is contained in:
parent
e2a02f1f4b
commit
4fd0d13b64
|
@ -85,6 +85,8 @@ eslint:
|
||||||
phpstan:
|
phpstan:
|
||||||
image:
|
image:
|
||||||
name: ${CI_DOCKER_IMAGE}
|
name: ${CI_DOCKER_IMAGE}
|
||||||
|
needs:
|
||||||
|
- phpunit
|
||||||
stage: lint
|
stage: lint
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
|
|
Loading…
Reference in New Issue