diff --git a/.drone.yml b/.drone.yml index 6b4e2c1..1b24aff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,7 @@ kind: pipeline name: run_tests +type: docker steps: # Run tests against Python with pytest @@ -29,6 +30,7 @@ volumes: --- kind: pipeline name: publish +type: docker steps: - name: publish