From d04fc6f26d01251f89c8eec8091460521506b30a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Mar 2025 09:24:41 +0300 Subject: [PATCH] add integration runner tag --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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