From b75608c687f459eaa3a47b2dbc0c09128898ac76 Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@irit.fr>
Date: Sun, 13 Nov 2022 21:47:22 +0100
Subject: [PATCH] ci: add artifacts to debug

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ac3ae2..ac5fed3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,14 @@ debian:
     - test/simulator-cpp-client.sh
     # Run integration tests (simgrid simulator VS python client)
     - PATH="${PATH}:/usr/local/bin" test/simulator-py-client.sh
+  artifacts:
+    paths:
+      - client-cpp.err
+      - client-cpp.out
+      - client-py.err
+      - client-py.out
+      - simulator.err
+      - simulator.out
 
 nix:
   stage: unique_stage
-- 
GitLab