test: run curl to get login page

This commit is contained in:
Andrew Dolgov 2023-10-21 20:59:26 +03:00
parent d744209df7
commit 6b1b496248
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ integration-test:
variables:
TEST_HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss
extends: .integration-test
script:
- curl -fs http://tt-rss-${CI_COMMIT_SHORT_SHA}-app/tt-rss/index.php | grep -q Login
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH