diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0e889d489..377bbfe970 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,7 @@ tests: - cd src - python manage.py check - make all compress - - playwright install - - PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test -n 3 tests --maxfail=100 + - PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test -n 3 tests --ignore=tests/e2e --maxfail=100 except: - '/^v.*$/' pypi: