From c254d554d596c49d0f41b8cfb86fc9374bc1d1bf Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 6 Dec 2017 12:28:01 +0100
Subject: [PATCH] fix ctest regexp to filter tests

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6018a9de..d65c891b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,8 +25,7 @@ starpu_cuda_mpi:
              -DCHAMELEON_USE_CUDA=ON
              -DCHAMELEON_USE_MPI=ON &&
         ctest --no-compress-output -V -j 5
-             -R test_shm_s
-             -R mpi_s
+             -R "test_shm_s|mpi_s"
              -D ExperimentalBuild
              -D ExperimentalTest
              -D ExperimentalCoverage
@@ -47,6 +46,7 @@ starpu_simgrid:
       - chameleon-build-starpu-simgrid.log
       - chameleon_starpu_simgrid.lcov
   script:
+    - source .gitlab-ci-env.sh simu
     - (cd build &&
        cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake ..
              -DCHAMELEON_SIMULATION=ON
@@ -77,7 +77,7 @@ quark:
        cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake ..
             -DCHAMELEON_SCHED_QUARK=ON &&
        ctest --no-compress-output -V -j 5
-             -R test_shm_s
+             -R "test_shm_s"
              -D ExperimentalBuild
              -D ExperimentalTest
              -D ExperimentalCoverage
-- 
GitLab