diff --git a/.drone.yml b/.drone.yml index eb40e21a..1478f663 100644 --- a/.drone.yml +++ b/.drone.yml @@ -81,7 +81,7 @@ pipeline: - python manage.py excel - python manage.py price - python manage.py collectstatic --noinput - - python manage.py test --parallel --tag fast -k -v 3 + - python manage.py test --tag fast -k -v 3 slow-test: <<: *test