Try not running tests in parallel

This commit is contained in:
Tom Hubrecht 2022-06-30 09:54:31 +02:00 committed by thubrecht
parent 7d8926e459
commit 3a3f96a8df

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