From 7139e722ca35eb2c74dc2f693b1cf3c1afe39008 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 25 May 2021 19:45:35 +0200 Subject: [PATCH] Aggiunto stage needs x precedenze --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 426917e5..f859d85d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ test: stage: test only: - develop + needs: ["build"] script: - dotnet test @@ -47,6 +48,7 @@ release: only: - feature/Deploy_CI_CD - master + needs: ["build"] artifacts: paths: - publish/