image: node:12 services: - redis:latest stages: - build - test cache: paths: - node_modules/ install_dependencies: stage: build script: - npm ci artifacts: paths: - node_modules/ testing_testing: stage: test script: REDIS_HOST=redis npm test