Add .gitlab-ci.yml
This commit is contained in:
parent
9cddbadae0
commit
90345efd26
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
image: node
|
||||||
|
|
||||||
|
all_tests:
|
||||||
|
script:
|
||||||
|
- npm install
|
||||||
|
- node app.js
|
Reference in a new issue