diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ac8c3e5f..f7e3852a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,8 +71,6 @@ phpunit-integration: - export K8S_NAMESPACE=$(kubectl get pods -o=custom-columns=NS:.metadata.namespace | tail -1) - export API_URL="http://tt-rss-${CI_COMMIT_SHORT_SHA}-app.$K8S_NAMESPACE.svc.cluster.local/tt-rss/api/" - php82 vendor/bin/phpunit --group integration - rules: - - if: $CI_COMMIT_BRANCH selenium: image: ${SELENIUM_IMAGE} @@ -83,8 +81,6 @@ selenium: script: - export K8S_NAMESPACE=$(kubectl get pods -o=custom-columns=NS:.metadata.namespace | tail -1) - python3 tests/integration/selenium_test.py - rules: - - if: $CI_COMMIT_BRANCH needs: - job: phpunit-integration