Try not running tests in parallel

This commit is contained in:
Tom Hubrecht 2022-06-30 09:54:31 +02:00
parent 260a819eb3
commit 112332ea42

View file

@ -49,7 +49,7 @@ coftest:
variables: variables:
DJANGO_SETTINGS_MODULE: "gestioasso.settings.cof_prod" DJANGO_SETTINGS_MODULE: "gestioasso.settings.cof_prod"
script: script:
- coverage run manage.py test gestioncof bda kfet petitscours shared --parallel - coverage run manage.py test gestioncof bda kfet petitscours shared
bdstest: bdstest:
stage: test stage: test