diff --git a/.drone.yml b/.drone.yml
index d1aa77df..096308d3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -42,7 +42,7 @@ steps:
           - git submodule update --init --recursive
 
     - name: test
-      image: docker:latest
+      image: docker:dind
       privileged: true
       commands:
           - docker build -t scoutrobot .