diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2022-12-11 01:06:59 +0100 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2022-12-11 01:06:59 +0100 | 
| commit | 17f7b14c7d541045df28a99c008b5b236ec75042 (patch) | |
| tree | 1404ab67bf25977e99a43fca286cc985fb20c312 | |
| parent | d444bd4cb610722e1ff481e2279dd511b6aed5c6 (diff) | |
| download | fietsboek-17f7b14c7d541045df28a99c008b5b236ec75042.tar.gz fietsboek-17f7b14c7d541045df28a99c008b5b236ec75042.tar.bz2 fietsboek-17f7b14c7d541045df28a99c008b5b236ec75042.zip  | |
fix GitLab CI for playwright
| -rw-r--r-- | .gitlab-ci.yml | 5 | 
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:  | 
