Skip to content
Snippets Groups Projects
Commit f032e95e authored by Sven Marcus's avatar Sven Marcus
Browse files

Only deploy to phoenix if tests pass

parent 6bf7e8bf
No related branches found
No related tags found
1 merge request!6Proper Python simulation tests
......@@ -413,7 +413,7 @@ clang-tidy:
vf_to_phoenix:
stage: deploy
needs: ["gcc_9_python"]
needs: ["gcc_9_python", "gcc_9_python_unit_tests", "gcc9_python_bindings_test"]
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
......
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