From e2aceaaeb6138e44d22d37d8221f4c3e70df83a7 Mon Sep 17 00:00:00 2001
From: jcasals <jcasals@iri.upc.edu>
Date: Mon, 22 Jul 2019 14:43:54 +0200
Subject: [PATCH] Revert "This commit should be ignored."

This reverts commit 6f1ad52e63becfd0ac4b80fd1a99f001d7c7360f.
---
 .gitlab-ci.yml | 3 +--
 CMakeLists.txt | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cde987b69..93de8a4bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,5 +67,4 @@ 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)
-    - make install
+    - ctest
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b20bf813..2c46be342 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -279,7 +279,6 @@ 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