diff --git a/scripts/pre-deploy-cleanup.bash b/scripts/pre-deploy-cleanup.bash
index fadce209b94ef207d827e27b8c5dc0c32f2fe216..ad2000c5b73984031c87c33f9a6701a73876d6b8 100644
--- a/scripts/pre-deploy-cleanup.bash
+++ b/scripts/pre-deploy-cleanup.bash
@@ -2,6 +2,6 @@
 
 set -e
 
-rm -rf /root/catkin_ws/build /root/catkin_ws/devel /root/catkin_ws/src
+rm -rf /root/catkin_ws/build /root/catkin_ws/devel /root/catkin_ws/logs /root/catkin_ws/src
 
 # Unset env vars?