Running with gitlab-runner 13.1.0 (6214287e)
  on docker-auto-scale fa6cab46
section_start:1594622809:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image gliderlabs/herokuish:latest ...
Starting service postgres:9.6.16 ...
Pulling docker image postgres:9.6.16 ...
Using docker image sha256:cb2889ab0680ba518e0dc1bb5a09cbe23f1e5908d9e484daea3d34f5e092ec17 for postgres:9.6.16 ...
Waiting for services to be up and running...
Pulling docker image gliderlabs/herokuish:latest ...
Using docker image sha256:4abd27a82fd180fdf649ab8552ea6ae2d0441f1f57cd7d6de87eabc5f40675a4 for gliderlabs/herokuish:latest ...
section_end:1594622920:prepare_executor
section_start:1594622920:prepare_script
Preparing environment
Running on runner-fa6cab46-project-4422333-concurrent-0 via runner-fa6cab46-stg-srm-1594622809-4a0721a6...
section_end:1594622924:prepare_script
section_start:1594622924:get_sources
Getting source from Git repository
$ eval "$CI_PRE_CLONE_SCRIPT"
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/gitlab-org/monitor/monitor-sandbox/.git/
Created fresh repository.
Checking out 7b53a387 as master...

Skipping Git submodules setup
section_end:1594622925:get_sources
section_start:1594622925:step_script
Executing "step_script" stage of the job script
$ if [ -z ${KUBERNETES_PORT+x} ]; then # collapsed multi-line command
$ export DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${POSTGRES_DB}"
$ cp -R . /tmp/app
$ /bin/herokuish buildpack test
-----> Node.js app detected
       
-----> Creating runtime environment
       
       NPM_CONFIG_LOGLEVEL=error
       NPM_CONFIG_PRODUCTION=false
       NODE_ENV=test
       NODE_MODULES_CACHE=true
       NODE_VERBOSE=false
       
-----> Installing binaries
       engines.node (package.json):  unspecified
       engines.npm (package.json):   unspecified (use default)
       
       Resolving node version 12.x...
       Downloading and installing node 12.18.2...
       Using default npm version: 6.14.5
       
-----> Installing dependencies
       Installing node modules
       added 159 packages in 4.019s
       
-----> Build
       
-----> Caching build
       - node_modules
       
-----> Pruning devDependencies
       Skipping because NODE_ENV is 'test'
       
-----> Build succeeded!

> demo@0.0.0 test /app
> mocha



  App
GET / 200 289.281 ms - 170
    ✓ has the default page (332ms)


  1 passing (338ms)

section_end:1594622948:step_script
Job succeeded