diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-10-21 20:59:26 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-10-21 20:59:26 +0300 |
| commit | 6b1b496248c581e4e319c81255fc9e4394a61fd1 (patch) | |
| tree | 5623780af293286de9b95dfac8f224a1f10cba35 | |
| parent | d744209df71ed097baab1444e9fa3921d7d0fd5f (diff) | |
test: run curl to get login page
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f2d53148..85cc67d6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |