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.10.0-rc2 (6c8c540f)2 on docker-auto-scale fa6cab464Using Docker executor with image gliderlabs/herokuish:latest ...5Starting service postgres:9.6.2 ...6Pulling docker image postgres:9.6.2 ...7Using docker image sha256:b3b8a22299537a43dc0eb06d8cd469fcdbbca5e8b221dd5f67653242c3951fa1 for postgres:9.6.2 ...8Waiting for services to be up and running...9Pulling docker image gliderlabs/herokuish:latest ...10Using docker image sha256:4abd27a82fd180fdf649ab8552ea6ae2d0441f1f57cd7d6de87eabc5f40675a4 for gliderlabs/herokuish:latest ...12Running on runner-fa6cab46-project-4422333-concurrent-0 via runner-fa6cab46-stg-srm-1589212602-0d7992bf...14$ eval "$CI_PRE_CLONE_SCRIPT"15Fetching changes with git depth set to 50...16Initialized empty Git repository in /builds/gitlab-org/monitor/monitor-sandbox/.git/17Created fresh repository.19 * [new ref] refs/pipelines/12771359 -> refs/pipelines/1277135920 * [new branch] master -> origin/master21Checking out f7838a70 as master...22Skipping Git submodules setup26$ if [ -z ${KUBERNETES_PORT+x} ]; then # collapsed multi-line command27$ export DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${POSTGRES_DB}"28$ cp -R . /tmp/app29$ /bin/herokuish buildpack test30-----> Node.js app detected32-----> Creating runtime environment34 NPM_CONFIG_LOGLEVEL=error35 NPM_CONFIG_PRODUCTION=false36 NODE_ENV=test37 NODE_MODULES_CACHE=true38 NODE_VERBOSE=false40-----> Installing binaries41 engines.node (package.json): unspecified42 engines.npm (package.json): unspecified (use default)44 Resolving node version 12.x...45 Downloading and installing node 12.16.3...46 Using default npm version: 6.14.448-----> Installing dependencies49 Installing node modules50 added 159 packages in 3.913s52-----> Build54-----> Caching build55 - node_modules57-----> Pruning devDependencies58 Skipping because NODE_ENV is 'test'60-----> Build succeeded!61> demo@0.0.0 test /app62> mocha63 App64GET / 200 276.947 ms - 17065 ✓ has the default page (320ms)66 1 passing (326ms)70Job succeeded