From 0fe00fed274f1175442d9121c77186c4ec4d91e0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 27 May 2026 16:40:54 +0200 Subject: [PATCH] Update GitLab CI instructions --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/