This commit is contained in:
2018-12-28 15:56:37 +03:00
parent a8de9af282
commit c73367b013

View File

@@ -1,14 +1,14 @@
image: node:10 image: node:10
stages: stages:
- test-backend - test_backend
cache: cache:
paths: paths:
- node_modules/ - node_modules/
- client/node_modules - client/node_modules
test-backend: test_backend:
stage: test stage: test
services: services:
- mongo:4 - mongo:4