Aggiunto stage needs x precedenze

This commit is contained in:
Samuele Locatelli
2021-05-25 19:45:35 +02:00
parent c32240653b
commit 7139e722ca
+2
View File
@@ -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/