diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
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: |