Skip to content
Snippets Groups Projects

Add basic CI pipeline

Merged Alexander Harkness requested to merge ci into master
.gitlab-ci.yml 0 → 100644
+ 6
0
 
before-script:
 
- npm ci
 
 
backend-build:
 
run:
 
- npm build
Loading