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