image: node:alpine test: services: - redis - couchdb variables: COUCHDB_USER: admin COUCHDB_PASSWORD: password script: - npm install - npm audit - npm test