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