Testing out gitlab-ci

This commit is contained in:
Ryuuji
2020-06-02 07:29:21 +00:00
parent fcd3428a46
commit 7573f764fb

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
image: node:latest
cache:
paths:
- node_modules/
test_execution:
script:
- npm install
- ls -al