diff --git a/dotfiles/ros.bash b/dotfiles/ros.bash
index 3d343cf236c87c9ba03aaa87cb6b3465798feece..9c0b7463690b4b9e76b9516c5ee3e4cc05c1d827 100644
--- a/dotfiles/ros.bash
+++ b/dotfiles/ros.bash
@@ -27,7 +27,7 @@ function cbclean(){
 }
 
 function cib(){
-    catkin init && catkin config --extend /opt/ros/${ROS_DISTRO} && catkin build
+    catkin init && catkin config --extend /opt/ros/${ROS_DISTRO} && cb
 }
 
 # If terminal starts in a ws, auto source it (useful for vscode)