Skip to content
Snippets Groups Projects

Add basic CI pipeline

Merged Alexander Harkness requested to merge ci into master
+ 5
2
default:
image: node:10
before_script:
- npm ci
stages:
- build
backend-build:
backend_build:
stage: build
run:
script:
- npm build
Loading