Skip to content

Commit

Permalink
Fixed build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jskonst committed Feb 7, 2022
1 parent 2d62032 commit 5f9d359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ stages:
- lint_saga
- test_saga
- lint_shop
- test_server
- test_client
- test_shop

include:
- local: /rpgsaga/.gitlab-ci.yml
Expand Down
4 changes: 2 additions & 2 deletions onlineshop/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_server:
image: node
tags:
- docker
stage: test_server
stage: test_shop
script:
- cd ./onlineshop/source/server/
- npm ci
Expand All @@ -34,7 +34,7 @@ test_client:
image: node
tags:
- docker
stage: test_client
stage: test_shop
script:
- cd ./onlineshop/source/client/
- npm ci
Expand Down

0 comments on commit 5f9d359

Please sign in to comment.