image: node:10 stages: - test test: stage: test services: - mongo:4 script: - npm i npm@latest -g - npm i && cd client && npm i - npm test