From b3f2b5725655a31eaed735e0000c0896321a4dfc Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Thu, 10 Sep 2020 15:29:27 +0200
Subject: [PATCH] debug

---
 .gitlab-ci.yml | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aaa8895..af8e0d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,14 @@
+image: hpclib/hiepacs
+
 Find:
-  image: hpclib/hiepacs
+  artifacts:
+    name: find_ctests
+    expire_in: 1 week
+    paths:
+     - build
+    reports:
+      junit: report.xml
   script:
-    - pwd
-    - ls -l /builds/
-    - ls -l /home/gitlab/
-    - ls -l /home/gitlab/install
\ No newline at end of file
+    - modules/find/tests/run_ctest.sh
+  after_script:
+    - xsltproc -o report.xml /home/gitlab/ctest-to-junit.xsl build/Testing/**/Test.xml
-- 
GitLab