Fixed gitlab CI config

This commit is contained in:
Michaël Lemaire 2019-09-22 23:14:17 +02:00
parent 188a3c83ac
commit 08d07b1eb9
2 changed files with 5 additions and 3 deletions

View file

@ -5,5 +5,7 @@ cache:
- node_modules/ - node_modules/
test: test:
before_script: npm install before_script:
script: npm test - npm install
script:
- npm test

View file

@ -26,4 +26,4 @@
"tk-base": "^0.1.6" "tk-base": "^0.1.6"
}, },
"dependencies": {} "dependencies": {}
} }