diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0a5c12..904100e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"