add integration runner tag

This commit is contained in:
Andrew Dolgov 2025-03-26 09:24:41 +03:00
parent 5dcb8db933
commit d04fc6f26d
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

View File

@ -123,6 +123,8 @@ phpunit-integration:
coverage_format: cobertura coverage_format: cobertura
path: phpunit-coverage.xml path: phpunit-coverage.xml
coverage: '/^\s*Lines:\s*\d+.\d+\%/' coverage: '/^\s*Lines:\s*\d+.\d+\%/'
tags:
- $RUNNER_TAG_INTEGRATION
selenium: selenium:
image: ${SELENIUM_IMAGE} image: ${SELENIUM_IMAGE}
@ -144,6 +146,8 @@ selenium:
when: always when: always
reports: reports:
junit: selenium-report.xml junit: selenium-report.xml
tags:
- $RUNNER_TAG_INTEGRATION
ttrss-fpm-pgsql-static:publish: ttrss-fpm-pgsql-static:publish:
stage: publish stage: publish