Try not running tests in parallel
This commit is contained in:
parent
67e921a497
commit
16f500838f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue