test: run curl to get login page
This commit is contained in:
parent
d744209df7
commit
6b1b496248
|
@ -63,6 +63,8 @@ integration-test:
|
||||||
variables:
|
variables:
|
||||||
TEST_HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss
|
TEST_HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss
|
||||||
extends: .integration-test
|
extends: .integration-test
|
||||||
|
script:
|
||||||
|
- curl -fs http://tt-rss-${CI_COMMIT_SHORT_SHA}-app/tt-rss/index.php | grep -q Login
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue