From c4f086f1c7b88478dd93d06c11c18dbf7d962769 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 28 Dec 2018 15:57:44 +0300 Subject: [PATCH] fix yaml (?) --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eec2d9a..e10d8c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,15 @@ image: node:10 stages: - - test_backend + - testBackend + cache: paths: - node_modules/ - client/node_modules -test_backend: +testBackend: stage: test services: - mongo:4