fix packages

This commit is contained in:
2018-12-28 15:23:40 +03:00
parent 3e9df3e60a
commit c119546aaa
3 changed files with 304 additions and 349 deletions

13
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,13 @@
image: node:10
stages:
- test
test:
stage: test
services:
- mongo:4
script:
- npm i npm@latest -g
- npm i && cd client && npm i
- npm test