image: node:8.9 cache: paths: - node_modules test: stage: test script: - ./docker-build - yarn - npm run build - npm run test artifacts: paths: - test/app/func.log expire_in: 1 week variables: DOTNET_CLI_TELEMETRY_OPTOUT: 1