diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65a5b58..2ac6327 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,10 @@ playwright_tests: paths: - test-results/ expire_in: 1 week + tags: + - test # 指定使用标签为 test 的 Runner + only: + - main send_report: stage: report @@ -25,5 +29,7 @@ send_report: else echo "No test results found." fi + tags: + - test # 指定使用标签为 test 的 Runner only: - main \ No newline at end of file