From f3c60857d5a3551a5e5d0bb1a65780f3b2eb3199 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Fri, 27 Nov 2020 14:59:53 +0100
Subject: [PATCH] Use newest CMake version for CI

The CMake version 3.13.4 has a problem to cut the length of test results
to be uploaded to CDash. Using CMake 3.19.1 fixes the problem.
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c07dcf0f2..b6965b0101 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,7 +112,7 @@ CbmRoot_Continuous:
     - echo "export BUILDDIR=$PWD/build" >> Dart.cfg
     - echo "export SOURCEDIR=$PWD" >> Dart.cfg
     - echo "export NCPU=5" >> Dart.cfg
-    - echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg
+    - echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg
     - ls
     - pwd
     - cat Dart.cfg
@@ -145,7 +145,7 @@ CbmRoot_Merge:
     - echo "export BUILDDIR=$PWD/build" >> Dart.cfg
     - echo "export SOURCEDIR=$PWD" >> Dart.cfg
     - echo "export NCPU=5" >> Dart.cfg
-    - echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg
+    - echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg
     - ls
     - pwd
     - cat Dart.cfg
-- 
GitLab