diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-03-26 09:24:41 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-03-26 09:24:41 +0300 |
| commit | d04fc6f26d01251f89c8eec8091460521506b30a (patch) | |
| tree | 4e1dd679c924108ff812ea8e098e0f678ee2cdfb | |
| parent | 5dcb8db933f1e49526137a55638d26f4d8d2d182 (diff) | |
add integration runner tag
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc235f6cc..c16bf3791 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,6 +123,8 @@ phpunit-integration: coverage_format: cobertura path: phpunit-coverage.xml coverage: '/^\s*Lines:\s*\d+.\d+\%/' + tags: + - $RUNNER_TAG_INTEGRATION selenium: image: ${SELENIUM_IMAGE} @@ -144,6 +146,8 @@ selenium: when: always reports: junit: selenium-report.xml + tags: + - $RUNNER_TAG_INTEGRATION ttrss-fpm-pgsql-static:publish: stage: publish |