Skip to content
Snippets Groups Projects
Commit 8f24f32b authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fix

parent 56a212f4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -32,7 +32,7 @@ test:ubuntu_zesty:
stage: test
script:
- useradd hysoprunner
- mkdir -P "/home/hysoprunner"
- mkdir -p "/home/hysoprunner"
- chown hysoprunner:hysoprunner "/home/hysoprunner"
- chmod u+rw "/home/hysoprunner"
- su hysoprunner -c "sh ci/scripts/run_tests.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment