diff --git a/build.sh b/build.sh
index c8f7bc40f3b7e3981b4af68d00aa26c9bdea9519..5ba3bc7afba54e00daf9aa90a855fe4cfdfc85e1 100755
--- a/build.sh
+++ b/build.sh
@@ -41,11 +41,8 @@ if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de"  ]; then
 	export PATH="/usr/local/bin:$PATH"
 	rm -rf /Users/admin/openfpm_dependencies/openfpm_pdata/$branch/
 #	rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PETSC
-        ./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
-	export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH"
-	cd openfpm_vcluster
-	git stash
-	cd ..
+        #./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
+#	export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH"
 fi
 
 if [ x"$hostname" == x"falcon1" ]; then