From 17f7b14c7d541045df28a99c008b5b236ec75042 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 11 Dec 2022 01:06:59 +0100 Subject: fix GitLab CI for playwright --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8049977..2226c44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,13 +21,14 @@ before_script: test: script: - - pip install playwright && playwright install firefox + - pip install playwright && playwright install firefox && playwright install-deps - tox -e python -- --browser firefox test-pypy: image: pypy:3 script: - - tox -e pypy3 + - pip install playwright && playwright install firefox && playwright install-deps + - tox -e pypy3 -- --browser firefox lint: script: -- cgit v1.2.3