diff --git a/ci-build.sh b/ci-build.sh
index 1828210237358ecbb38b5c82a26536f112281781..5b1ebeb80b37ddb5a1bb4c0db8818ead562cd0dc 100644
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -3,5 +3,5 @@
 set -e
 
 # Quad Libraries and Boot image
-(cd quad && make)
+(cd quad && make deep-clean && make)
 #(cd groundStation && make)