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

Fix required job naming

parent 00c95cfa
No related branches found
No related tags found
1 merge request!6Proper Python simulation tests
......@@ -404,7 +404,7 @@ clang-tidy:
vf_to_phoenix:
stage: deploy
needs: ["gcc_9_python", "gcc_9_python_unit_tests", "gcc_9_python_bindings_test"]
needs: ["gcc_9_python", "gcc_9_unit_tests", "gcc_9_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