moved all volumes below /vol
diff --git a/buildbot/google/docker/build_run.sh b/buildbot/google/docker/build_run.sh
index 20259cd..659c455 100755
--- a/buildbot/google/docker/build_run.sh
+++ b/buildbot/google/docker/build_run.sh
@@ -39,7 +39,7 @@
 
 # Define arguments for mounting the volumes
 # These differ on Windows and Linux
-VOLUMES="-v ${SECRET_STORAGE}:/secrets -v workertest:/test"
+VOLUMES="-v ${SECRET_STORAGE}:/vol/secrets -v workertest:/vol/test"
 if [ -n "${OS+x}" ] && [[  "${OS}" == "Windows_NT" ]] ; then
     VOLUMES="-v ${SECRET_STORAGE}:c:\\volumes\\secrets -v workertest:c:\volumes\\test -v workercache:c:\sccache"
 fi