summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
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}