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: