diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml_bck
similarity index 100%
rename from .gitlab-ci.yml
rename to .gitlab-ci.yml_bck
diff --git a/src/Vector/tests/vector_dist_dlb_test.hpp b/src/Vector/tests/vector_dist_dlb_test.hpp
index 0a116a776407169954cab33b27625ea59c4cbbcf..d02d80f69872006a0b4364db9811b8d3cd586072 100644
--- a/src/Vector/tests/vector_dist_dlb_test.hpp
+++ b/src/Vector/tests/vector_dist_dlb_test.hpp
@@ -302,12 +302,6 @@ template<typename vector_type> void test_dlb_vector()
 		vd.map();
 		vd.template ghost_get<>();
 
-		if (create_vcluster().rank() == 0)
-		{
-			std::cout << "Activating Crash " << std::endl;
-			return;
-		}
-
 		auto VV2 = vd.getVerlet(0.01);
 
 		auto it2 = vd.getDomainIterator();