diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b354c958f8..c0e889d489 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,10 @@ 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 except: - - pypi + - '/^v.*$/' pypi: stage: release image: @@ -35,7 +36,7 @@ pypi: - twine check dist/* - twine upload dist/* only: - - pypi + - '/^v.*$/' artifacts: paths: - src/dist/