From ce3eb320768e8f960708ca8aab28d304bed33f50 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 22 Oct 2023 13:35:01 +0300 Subject: un-mock test, use SELENIUM_IMAGE --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c9bd93a6..cee85ba28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,13 +60,13 @@ phpdoc: - rsync -av -e 'ssh -o StrictHostKeyChecking=no' phpdoc/ ${PHPDOC_DEPLOY_HOST}:phpdoc/ integration-test: + image: ${SELENIUM_IMAGE} variables: TEST_HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss + SELENIUM_GRID_ENDPOINT: http://selenium-hub.selenium-grid.svc.cluster.local:4444/wd/hub extends: .integration-test script: - - apk add py3-pip - - pip3 install selenium - - python3 tests/selenium/test.py + - python3 tests/integration/selenium_test.py rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH -- cgit v1.2.3