From 0787af48fffa83fb4c87dd8ff761b305ef502110 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 24 May 2025 16:47:33 +0300 Subject: [PATCH] add phpunit when running without /tt-rss --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de36cb6ad..59ee64326 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,6 +139,14 @@ phpunit-integration: path: phpunit-coverage.xml coverage: '/^\s*Lines:\s*\d+.\d+\%/' +phpunit-integration:root-location: + variables: + APP_WEB_ROOT: /builds/shared-root/tt-rss + APP_INSTALL_BASE_DIR: /builds/shared-root + APP_BASE: "" + APP_URL: http://web-nginx + extends: phpunit-integration + selenium: extends: phpunit-integration image: ${SELENIUM_IMAGE}