fix gitlab ci

This commit is contained in:
2018-12-28 15:59:12 +03:00
parent c4f086f1c7
commit 1e355a38ae

View File

@@ -1,7 +1,7 @@
image: node:10
stages:
- testBackend
- test-backend
cache:
@@ -9,8 +9,8 @@ cache:
- node_modules/
- client/node_modules
testBackend:
stage: test
test-backend:
stage: test-backend
services:
- mongo:4
script: