From bfceb07ae563a175f6cf9b05d0bb6b86f9875212 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 6 Dec 2017 11:56:45 +0100
Subject: [PATCH] fix (emacs save)

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df1ad6ccf..f6018a9de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ starpu_cuda_mpi:
              -D ExperimentalTest
              -D ExperimentalCoverage
              -D ExperimentalSubmit
-             | tee ../chameleon-build-starpu.log)xs
+             | tee ../chameleon-build-starpu.log)
     - lcov --directory build --capture --output-file chameleon_starpu_mpi.lcov
     - (cd build &&
        make install | tee -a ../chameleon-build-starpu.log &&
-- 
GitLab