remplacing git-mv to rsync

Signed-off-by: Bertty Contreras-Rojas <bertty@scalytics.io>
diff --git a/script/cibuild b/script/cibuild
index ca8b706..fd6f1f2 100644
--- a/script/cibuild
+++ b/script/cibuild
@@ -53,7 +53,7 @@
 #delete the old file that it was not gerenated
 rm -rf $(diff --exclude=".git" -q ../tmp/ ./ | awk '/Only in \.\//{print substr($3, 1, length($3)-1) "" $4}')
 
-git mv ../tmp/* ./
+rsync -av ../tmp/* ./
 
 git add -A
 git status