강동현
Builds for 1 pipeline failed in 1 minute 39 seconds

Pipeline 수정

image: node:14-alpine
stages:
- init
- build
- test
Build Server:
stage: build
before_script:
- cd server
- cd common
- yarn install
- cd ../server
- yarn install
script:
- yarn build
......