aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-12-11 01:06:59 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-12-11 01:06:59 +0100
commit17f7b14c7d541045df28a99c008b5b236ec75042 (patch)
tree1404ab67bf25977e99a43fca286cc985fb20c312
parentd444bd4cb610722e1ff481e2279dd511b6aed5c6 (diff)
downloadfietsboek-17f7b14c7d541045df28a99c008b5b236ec75042.tar.gz
fietsboek-17f7b14c7d541045df28a99c008b5b236ec75042.tar.bz2
fietsboek-17f7b14c7d541045df28a99c008b5b236ec75042.zip
fix GitLab CI for playwright
-rw-r--r--.gitlab-ci.yml5
1 files 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: