From 84e487caed4c575a677354e86328ed60053d0948 Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi <m.chraibi@fz-juelich.de> Date: Mon, 12 Nov 2018 19:40:59 +0000 Subject: [PATCH] try new runner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35a37a6b..164f6ec4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ configure-linux: - which git - which g++ - ls /usr/bin/g++* - - cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_NO_SYSTEM_PATHS=true -DBOOST_ROOT=~/boost_1_61_0 .. + - cmake -DCMAKE_BUILD_TYPE=Debug .. - echo "configure | ${CI_PROJECT_DIR}" stage: configure tags: -- GitLab