summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-01 12:03:59 +0300
committerAndrew Dolgov <[email protected]>2023-04-01 12:03:59 +0300
commit4fd0d13b644b3a887559ac45177fd39a640ceebb (patch)
treef4736503528c3fa3c6c79113916e58b1aa050966 /.gitlab-ci.yml
parente2a02f1f4be962d7540d206966277b14b5604724 (diff)
phpstan: depend on phpunit
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a91a4bf2f..09f6786ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,6 +85,8 @@ eslint:
phpstan:
image:
name: ${CI_DOCKER_IMAGE}
+ needs:
+ - phpunit
stage: lint
rules:
- if: $CI_COMMIT_BRANCH