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

debian ci: hack PATH

parent 7ecc04e0
Branches
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ debian: ...@@ -32,7 +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)
- 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