From 7d08d5cc1fc698e3fb575d3b64c6e425226b3262 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Thu, 24 Aug 2017 12:40:34 +0200
Subject: [PATCH] use a docker image hpclib/hiepacs to execute tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 039ed6a61..2ca611b8c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+image: hpclib/hiepacs
+
 starpu:
   script:
     - source .gitlab-ci-env.sh
-- 
GitLab