diff --git a/.drone.yml b/.drone.yml index 34851c3..69ccaf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,5 @@ platform: steps: - name: test commands: - - dnf install python3 + - dnf install -y python3 - python3 manage.py test