From 28f2a531fff7d343ffd8592f2a0c0f6ee78cc269 Mon Sep 17 00:00:00 2001
From: jcasals <jcasals@iri.upc.edu>
Date: Fri, 20 Dec 2019 10:16:41 +0100
Subject: [PATCH] CI debugging

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e90446258..8d3aac2eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,6 +103,6 @@ wolf_build_and_test:
     - ls # we can check whether the directory was already full
     - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON ..
     - make -j$(nproc)
-    - ctest -j$(nproc)
     - ctest -V -R single diff
+    - ctest -j$(nproc)
     - make install
-- 
GitLab