diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-24 16:47:33 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-24 16:48:20 +0300 |
| commit | 0787af48fffa83fb4c87dd8ff761b305ef502110 (patch) | |
| tree | 0d8703c9fda889d93514e094ca6b58eef08260a1 | |
| parent | c236560b70b6e647883933849641e7efce4f8649 (diff) | |
add phpunit when running without /tt-rss
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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} |