Skip to content
Snippets Groups Projects
Commit b75608c6 authored by Millian Poquet's avatar Millian Poquet
Browse files

ci: add artifacts to debug

parent f0f13c29
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,14 @@ debian: ...@@ -33,6 +33,14 @@ debian:
- test/simulator-cpp-client.sh - test/simulator-cpp-client.sh
# Run integration tests (simgrid simulator VS python client) # Run integration tests (simgrid simulator VS python client)
- PATH="${PATH}:/usr/local/bin" test/simulator-py-client.sh - 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: nix:
stage: unique_stage stage: unique_stage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment