From 50b6e951a7236836d4bb50d91ff3b18a006eff8a Mon Sep 17 00:00:00 2001 From: FyloZ Date: Thu, 11 Feb 2021 19:40:52 -0500 Subject: [PATCH] CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"