更新.gitlab-ci.yml文件

This commit is contained in:
Administrator 2025-03-13 12:00:58 +00:00
parent afe574d2ca
commit 7accd0ce75

View File

@ -6,6 +6,6 @@ playwright_tests:
- npx playwright install - npx playwright install
- npx playwright test - npx playwright test
tags: tags:
- docker # 这里要和注册 Runner 时的 `tag-list` 一致 - test # 这里要和注册 Runner 时的 `tag-list` 一致
only: only:
- main - main