From a2a4e831cf35bd2f68ce71909fa993645b342ec6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 May 2025 20:51:50 +0300 Subject: [PATCH] set some needs --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9251a0da3..b31db67f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,6 +117,9 @@ phpunit-integration: alias: web-nginx rules: - if: $CI_COMMIT_BRANCH + needs: + - job: ttrss-fpm-pgsql-static:push-commit-only-gitlab + - job: ttrss-web-nginx:push-commit-only-gitlab before_script: # wait for everything to start - |