From 897755931af63af8debadfa63f08f15d565314f2 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Mon, 2 Nov 2020 09:34:04 +0100 Subject: [PATCH] Fix typo in job name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e88449f8..c2e28136c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -374,7 +374,7 @@ clang-tidy: vf_to_phoenix: stage: deploy - needs: ["gcc_9_python", "gcc_9_python_unit_tests", "gcc9_python_bindings_test"] + needs: ["gcc_9_python", "gcc_9_python_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