1
0
Fork 0

Add .gitlab-ci.yml

This commit is contained in:
Ethanell 2020-06-04 10:10:18 +02:00
parent 9cddbadae0
commit 90345efd26

6
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,6 @@
image: node
all_tests:
script:
- npm install
- node app.js