From cfa57cfa8267f47528dd9ff5ab1fccb33068f7a9 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Tue, 10 Nov 2020 11:52:16 +0100 Subject: [PATCH] Fix required job naming --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8a5b5cfd..c1af5c37f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 )' -- GitLab