diff --git a/.drone.yml b/.drone.yml index 64c4268..8435712 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,7 @@ pipeline: when: status: [ changed, failure ] - steps: - - name: Test with Molecule + test: image: python:3.8 volumes: - name: dockersock @@ -31,7 +30,7 @@ pipeline: - molecule test services: - - name: docker + name: docker image: docker:dind privileged: true volumes: @@ -39,5 +38,5 @@ pipeline: path: /var/run volumes: - - name: dockersock - temp: {} \ No newline at end of file + - name: dockersock + temp: {} \ No newline at end of file