diff --git a/.drone.jsonnet b/.drone.jsonnet index 4306903..1739d60 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -32,7 +32,7 @@ local test_distro(distribution) = { name: 'Molecule test on %(distribution)s' % { distribution: distribution }, volumes: [{ name: 'dockersock', path: '/var/run' },], - pull: 'true', + pull: true, image: 'guisea/ansible-molecule:alpine-latest', commands: [ 'sleep 10', // give docker enough time to start