From 5f9d359bb8598fa5dae906ec8798f510036b014e Mon Sep 17 00:00:00 2001 From: Eugeny Konstantinov Date: Mon, 7 Feb 2022 23:16:56 +0300 Subject: [PATCH] Fixed build steps --- .gitlab-ci.yml | 3 +-- onlineshop/.gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6856ea..b2b1602 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,7 @@ stages: - lint_saga - test_saga - lint_shop - - test_server - - test_client + - test_shop include: - local: /rpgsaga/.gitlab-ci.yml diff --git a/onlineshop/.gitlab-ci.yml b/onlineshop/.gitlab-ci.yml index 8cf7bae..dca809c 100644 --- a/onlineshop/.gitlab-ci.yml +++ b/onlineshop/.gitlab-ci.yml @@ -20,7 +20,7 @@ test_server: image: node tags: - docker - stage: test_server + stage: test_shop script: - cd ./onlineshop/source/server/ - npm ci @@ -34,7 +34,7 @@ test_client: image: node tags: - docker - stage: test_client + stage: test_shop script: - cd ./onlineshop/source/client/ - npm ci