From 1e355a38ae4249eeae6c157bf25f2bf8e4afb2d9 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 28 Dec 2018 15:59:12 +0300 Subject: [PATCH] fix gitlab ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e10d8c3..89d8838 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: