From c299ccb8bd262a907935b6d0c413697d99616bfe Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Keck <jean-baptiste.keck@imag.fr>
Date: Thu, 5 Oct 2017 22:47:52 +0200
Subject: [PATCH] add install

---
 ci/scripts/run_tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/scripts/run_tests.sh b/ci/scripts/run_tests.sh
index 58ca5a67a..bd1b3bab1 100644
--- a/ci/scripts/run_tests.sh
+++ b/ci/scripts/run_tests.sh
@@ -5,5 +5,6 @@ cd build
 export FC=mpif90 CC=mpicc CXX=mpic++
 cmake -DCMAKE_BUILD_TYPE=Release ..
 make
+make install
 make test
 exit 0
-- 
GitLab