image: node:10-slim frontend_test: before_script: - cd priv/frontend - cp config.example.json config.json - npm ci script: - npm test