From 8112a79780485f288335a593b00e0031b64b8857 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 13 Dec 2018 12:15:31 +0100
Subject: [PATCH] Testing Crash gitlab CI

---
 src/Vector/tests/vector_dist_dlb_test.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Vector/tests/vector_dist_dlb_test.hpp b/src/Vector/tests/vector_dist_dlb_test.hpp
index 4375e1204..0a116a776 100644
--- a/src/Vector/tests/vector_dist_dlb_test.hpp
+++ b/src/Vector/tests/vector_dist_dlb_test.hpp
@@ -305,6 +305,7 @@ template<typename vector_type> void test_dlb_vector()
 		if (create_vcluster().rank() == 0)
 		{
 			std::cout << "Activating Crash " << std::endl;
+			return;
 		}
 
 		auto VV2 = vd.getVerlet(0.01);
-- 
GitLab