From cbb60ecf3a30a9c40e1dbada1495bf46d3985055 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 23 Mar 2018 13:45:54 +0100
Subject: [PATCH] remove useless env. var and load a recent openmpi stack to
 fix noisy messages from the old hwloc installed on the system

---
 .gitlab-ci-env.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci-env.sh b/.gitlab-ci-env.sh
index 7ad89a4e2..9fc606489 100755
--- a/.gitlab-ci-env.sh
+++ b/.gitlab-ci-env.sh
@@ -5,9 +5,7 @@
 # these paths may depend on the runner used, please be careful and add
 # the necessary if blocks depending on the machine
 
-export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
-export PATH=/builds/sonar/lcov-to-cobertura-xml-1.6/lcov_cobertura:$PATH
-export PATH=/builds/sonar/sonar-scanner-2.9.0.670/bin:$PATH
+. /etc/profile.d/spack.sh
 
 export QUARK_DIR=/builds/install/quark
 export PARSEC_DIR=/builds/install/parsec
-- 
GitLab