This commit is contained in:
FyloZ 2021-02-11 19:40:52 -05:00
parent 7e671fac81
commit 50b6e951a7
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ test-backend:
package-backend:
stage: package
needs: ['build-backend']
needs: ['test-backend']
variables:
PACKAGE_CONTAINER_NAME: "cre_backend_package"
ARTIFACT_NAME: "ColorRecipesExplorer-$CI_PIPELINE_IID"
@ -73,7 +73,7 @@ package-backend:
package-frontend:
stage: package
needs: ['test-frontend']
needs: ['build-frontend']
variables:
PACKAGE_CONTAINER_NAME: "cre_frontend_package"
ARTIFACT_NAME: "ColorRecipesExplorer-$CI_PIPELINE_IID-ng"