diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-12-14 19:13:38 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-12-14 19:13:38 +0100 |
commit | 2216398346b49a13ec217a924c583b05de47e889 (patch) | |
tree | ff6297face309dd5d7db791e60e84e0cb6c34ed7 /.gitlab-ci.yml | |
parent | 22566209bee83c1ba78f28b57d8aa802fe33d505 (diff) | |
parent | 58d1da5606d3bfe241e18fdf9416ec9a28f3a3f1 (diff) | |
download | fietsboek-2216398346b49a13ec217a924c583b05de47e889.tar.gz fietsboek-2216398346b49a13ec217a924c583b05de47e889.tar.bz2 fietsboek-2216398346b49a13ec217a924c583b05de47e889.zip |
Merge branch 'playwright'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cd9587..2226c44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,12 +21,14 @@ before_script: test: script: - - tox -e python + - 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: |