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

ci: fix debian PATH

parent 4a086f5f
Branches
No related tags found
No related merge requests found
...@@ -32,8 +32,7 @@ debian: ...@@ -32,8 +32,7 @@ debian:
# Run integration tests (simgrid simulator VS c++ client) # Run integration tests (simgrid simulator VS c++ client)
- 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)
- find / -name 'client-py' 2>/dev/null - PATH="${PATH}:/usr/local/bin" test/simulator-py-client.sh
- PATH="${PATH}:${HOME}/.local/bin" test/simulator-py-client.sh
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