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/