test
Passed Started
by
@jivanvl
Jose Ivan Vargas Lopez
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 12.7.1 (003fe500)2 on docker-auto-scale 729897614Starting service postgres:9.6.2 ...5Pulling docker image postgres:9.6.2 ...6Using docker image sha256:b3b8a22299537a43dc0eb06d8cd469fcdbbca5e8b221dd5f67653242c3951fa1 for postgres:9.6.2 ...7Waiting for services to be up and running...8Pulling docker image gliderlabs/herokuish:latest ...9Using docker image sha256:e18d30a218dd372045e532dc7ada178316899df078635d50d8d1b164a3c78a89 for gliderlabs/herokuish:latest ... 10 Running on runner-72989761-project-4422333-concurrent-0 via runner-72989761-stg-srm-1582052220-b516503e...
00:05
12Fetching changes with git depth set to 50...13Initialized empty Git repository in /builds/gitlab-org/monitor/monitor-sandbox/.git/14Created fresh repository.16 * [new ref] refs/pipelines/12714911 -> refs/pipelines/1271491117 * [new branch] master -> origin/master18Checking out 30121b59 as master...19Skipping Git submodules setup21$ export DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${POSTGRES_DB}"22$ cp -R . /tmp/app23$ /bin/herokuish buildpack test24-----> Node.js app detected26-----> Creating runtime environment28 NPM_CONFIG_LOGLEVEL=error29 NPM_CONFIG_PRODUCTION=false30 NODE_ENV=test31 NODE_MODULES_CACHE=true32 NODE_VERBOSE=false34-----> Installing binaries35 engines.node (package.json): unspecified36 engines.npm (package.json): unspecified (use default)38 Resolving node version 12.x...39 Downloading and installing node 12.16.0...40 Using default npm version: 6.13.442-----> Installing dependencies43 Installing node modules (package.json + package-lock)44 added 159 packages from 617 contributors and audited 303 packages in 6.694s45 found 8 vulnerabilities (1 low, 1 moderate, 6 high)46 run `npm audit fix` to fix them, or `npm audit` for details48-----> Build50-----> Caching build51 - node_modules53-----> Pruning devDependencies54 Skipping because NODE_ENV is 'test'56-----> Build succeeded!57> demo@0.0.0 test /app58> mocha59 App60GET / 200 266.068 ms - 17061 ✓ has the default page (313ms)62 1 passing (319ms)63Job succeeded