diff --git a/docker-compose.yml b/docker-compose.yml
index 1abcfbd4accc5408bae6341927421e7eacb6fa45..d5c8ca519ee24f65b2d42040e1c44595f6f287d6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,6 +14,7 @@ services:
     image: adarnimrod/gitlab-runner
     restart: always
     volumes:
+      - builds:/builds
       - config:/etc/gitlab-runner
       - /var/run/docker.sock:/var/run/docker.sock
   crond:
@@ -23,6 +24,7 @@ services:
       - /run/docker.sock:/run/docker.sock
 
 volumes:
+  builds:
   config:
 
 networks: