diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2553cc..b948d9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,6 @@ playwright_tests: - npx playwright install - npx playwright test tags: - - docker # 这里要和注册 Runner 时的 `tag-list` 一致 + - test # 这里要和注册 Runner 时的 `tag-list` 一致 only: - main