Newer
Older
default:
image: node:10
before_script:
- npm ci
stages:
- build
backend_build:
stage: build
script:
- npm build
backend_test:
stage: test
script:
- npm test
default:
image: node:10
before_script:
- npm ci
stages:
- build
backend_build:
stage: build
script:
- npm build
backend_test:
stage: test
script:
- npm test