init project
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
image: node:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
job1:
|
||||
stage: build
|
||||
script:
|
||||
- npm install
|
||||
tags:
|
||||
- npm
|
||||
|
||||
job2:
|
||||
stage: test
|
||||
script:
|
||||
- npm test
|
||||
tags:
|
||||
- npm
|
||||
Reference in New Issue
Block a user