From a764d1039e7c34ee88a7c004d976c98789d01423 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 10 Oct 2017 14:47:32 +0200
Subject: [PATCH] fix dependency

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a4e7169f..dd4c54b11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -125,7 +125,7 @@ sonar:
     - build_starpu_mpi
     - build_starpu_simgrid
     - build_quark
-    - test_starpu
+    - test_starpu_mpi
     - test_starpu_simgrid
     - test_quark
   artifacts:
-- 
GitLab