From 112332ea42fd55ee6647b50edfa3d0fe2074bcb9 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Thu, 30 Jun 2022 09:54:31 +0200 Subject: [PATCH] Try not running tests in parallel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0c1f4c6..5db3578d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ coftest: variables: DJANGO_SETTINGS_MODULE: "gestioasso.settings.cof_prod" script: - - coverage run manage.py test gestioncof bda kfet petitscours shared --parallel + - coverage run manage.py test gestioncof bda kfet petitscours shared bdstest: stage: test