From 4fd0d13b644b3a887559ac45177fd39a640ceebb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 1 Apr 2023 12:03:59 +0300 Subject: [PATCH] phpstan: depend on phpunit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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