From 382d01e8db053023d4e461e535d6cc49c7ecc76f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 22 Oct 2023 11:19:56 +0300 Subject: update test filename --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 314791358..0c9bd93a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,9 +66,7 @@ integration-test: script: - apk add py3-pip - pip3 install selenium - - python3 tests/selenium.py - - sleep 5 - - curl -fs http://tt-rss-${CI_COMMIT_SHORT_SHA}-app/tt-rss/index.php | grep -q Login + - python3 tests/selenium/test.py rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH -- cgit v1.2.3