aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-12-23 13:55:35 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-12-23 13:55:35 +0100
commit7ec46334f05c171c7209dc897ca38cb6c4e19273 (patch)
treee6ce65e4b0fd3de946f46e3cc6e2ce7ed72d4ffe
parentad26d3fe30c653243232188d1cb88858bf2e63f4 (diff)
downloadfietsboek-7ec46334f05c171c7209dc897ca38cb6c4e19273.tar.gz
fietsboek-7ec46334f05c171c7209dc897ca38cb6c4e19273.tar.bz2
fietsboek-7ec46334f05c171c7209dc897ca38cb6c4e19273.zip
use right playwright version
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2226c44..084eb35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,9 @@ before_script:
test:
script:
- - pip install playwright && playwright install firefox && playwright install-deps
+ - pip install poetry && pip install "playwright=="$(poetry show playwright | grep version | cut -f 2 -d : | tr -d " ")
+ - playwright install firefox
+ - playwright install-deps
- tox -e python -- --browser firefox
test-pypy: