diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af9c99c..d238036 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ playwright_tests: script: - npm config set registry https://registry.npmmirror.com - npm install - - npx playwright install - npx playwright test touch/boss_cashier.spec.ts --project '慧来客touch(管理员身份) - Desktop Chrome' tags: - test # 这里要和注册 Runner 时的 `tag-list` 一致