Running with gitlab-runner 12.7.1 (003fe500)
  on testing [int] FsX7bedf
section_start:1585036207:prepare_executor
Using Shell executor...
section_end:1585036207:prepare_executor
section_start:1585036207:prepare_script
Running on intern-tv1...
section_end:1585036207:prepare_script
section_start:1585036207:get_sources
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/.git/
From https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account
 * [new ref]         refs/pipelines/574 -> refs/pipelines/574
   4abbc5e..e28dd2e  testing    -> origin/testing
Checking out e28dd2ec as testing...
Removing node_modules/
Skipping Git submodules setup
section_end:1585036209:get_sources
section_start:1585036209:restore_cache
section_end:1585036209:restore_cache
section_start:1585036209:download_artifacts
section_end:1585036209:download_artifacts
section_start:1585036209:build_script
$ npm install

> core-js@2.6.10 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/core-js
> node postinstall || echo "ignore"


> ejs@2.7.4 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/ejs
> node ./postinstall.js


> nodemon@2.0.1 postinstall /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon
> node bin/postinstall || exit 0

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 284 packages from 317 contributors and audited 517 packages in 4.136s
found 3 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
$ pm2 delete --silent account || :
$ pm2 start ./app.js --name=account
[PM2] Starting /home/gitlab-runner/builds/FsX7bedf/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)
[PM2] Done.
┌─────┬──────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id  │ name     │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
├─────┼──────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0   │ account  │ default     │ 0.0.1   │ fork    │ 24496    │ 0s     │ 0    │ online    │ 0%       │ 22.9mb   │ gitlab-… │ disabled │
└─────┴──────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
$ pm2 save
[PM2] Saving current process list...
[PM2] Successfully saved in /home/gitlab-runner/.pm2/dump.pm2
section_end:1585036215:build_script
section_start:1585036215:after_script
section_end:1585036215:after_script
section_start:1585036215:archive_cache
section_end:1585036215:archive_cache
section_start:1585036215:upload_artifacts_on_success
section_end:1585036215:upload_artifacts_on_success
Job succeeded