From 961ef141a013643ecab2ec3bc58808c1c82ecc61 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 5c4740e1a..2e88449f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -374,7 +374,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