diff options
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 - | |