rename test

This commit is contained in:
2018-12-28 15:55:35 +03:00
parent e419296764
commit a8de9af282

View File

@@ -1,18 +1,18 @@
image: node:10
stages:
- test
- test-backend
cache:
paths:
- node_modules/
- client/node_modules
test:
test-backend:
stage: test
services:
- mongo:4
script:
- npm i npm@latest -g
- npm i && cd client && npm i
- npm i
- npm test