From f032e95eb4f2f7fe3582a04f0808a6351c612859 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Mon, 2 Nov 2020 09:31:49 +0100 Subject: [PATCH] Only deploy to phoenix if tests pass --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be7b4fb0d..f829891d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 )' -- GitLab