From 6f1ad52e63becfd0ac4b80fd1a99f001d7c7360f Mon Sep 17 00:00:00 2001
From: jcasals <jcasals@iri.upc.edu>
Date: Mon, 22 Jul 2019 14:19:41 +0200
Subject: [PATCH] This commit should be ignored.

---
 .gitlab-ci.yml | 3 ++-
 CMakeLists.txt | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93de8a4bc..cde987b69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,4 +67,5 @@ 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
+    - ctest -j$(nproc)
+    - make install
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c46be342..6b20bf813 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -279,6 +279,7 @@ SET(HDRS_DTASSC
   include/core/association/association_tree.h
   include/core/association/matrix.h
   include/core/association/association_nnls.h
+  include/core/association/tangapepino.h
   )
 
 SET(HDRS_YAML
-- 
GitLab