image: node:10 stages: - test-backend cache: paths: - node_modules/ - client/node_modules test-backend: stage: test-backend services: - mongo:4 script: - npm i npm@latest -g - npm i - npm test