From c72b001b2abb2a17bbd6b3efa34e36b1a024cf3a Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 7 Feb 2018 16:58:16 +0100
Subject: [PATCH] Another test

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 226a74498..65c478d47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,9 +55,9 @@ test_starpu_cuda_mpi:
       - chameleon-build-starpu.log
       - chameleon_starpu_mpi.lcov
   variables:
-     TESTS_RESTRICTION: "-R \"test_shm_s|mpi_s\""
+    TESTS_RESTRICTION: "-R \"test_shm_s|mpi_s\""
   script:
-      - *test_starpu_cuda_mpi_script
+    - *test_starpu_cuda_mpi_script
 
 sonar:
   stage: analysis
-- 
GitLab