From 9d926f3675a79ae7aad1c2b27c59aed9c2d93946 Mon Sep 17 00:00:00 2001 From: Viktor Klochkov <v.klochkov@gsi.de> Date: Mon, 4 Mar 2019 14:42:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 476a8fe..014044b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ build: stage: build script: - - source /home/vklochkov/Soft/root/root6/root-6.10.08/build/bin/thisroot.sh + - source /sft/ROOT/root_v6.14.06.Linux-ubuntu18-x86_64-gcc7.3/build/bin/thisroot.sh - mkdir build && cd ./build - cmake ../ - make @@ -12,7 +12,7 @@ build: test: stage: test script: - - source /home/vklochkov/Soft/root/root6/root-6.10.08/build/bin/thisroot.sh + - source /sft/ROOT/root_v6.14.06.Linux-ubuntu18-x86_64-gcc7.3/build/bin/thisroot.sh - mkdir build && cd ./build - cmake ../ - make -- GitLab