diff --git a/.drone.yml b/.drone.yml index 381e20e..df864fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: commands: - pip install coverage - pip install -r requirements.txt - - coverage run --branch --source='.' pflaenzli/manage.py test + - coverage run --branch --source='.' pflaenzli/manage.py test pflaenzli - coverage report -m - name: build-image