Running with gitlab-runner 11.2.0 (11.2.0)
  on testing [int-new] 9V7aKoym
Using Shell executor...
section_start:1616752173:prepare_script
Running on int-tv1...
section_end:1616752174:prepare_script
section_start:1616752174:get_sources
Fetching changes...
Removing node_modules/
Removing public/upload/
HEAD is now at b1da71f Merge branch 'MLAB-383' into 'testing'
From https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account
   c40a411..a9b7d1c  MLAB-383   -> origin/MLAB-383
   b1da71f..4f914c9  testing    -> origin/testing
Checking out 4f914c95 as testing...
Skipping Git submodules setup
section_end:1616752176:get_sources
section_start:1616752176:restore_cache
section_end:1616752176:restore_cache
section_start:1616752176:download_artifacts
section_end:1616752176:download_artifacts
section_start:1616752176:build_script
$ cat $configfiledev > ./config/config.js
$ cat $cert > ./routes/cert/cert.pem
$ cat $certidp > ./routes/cert/cert_idp.pem
$ cat $key > ./routes/cert/key.pem
$ npm install

added 944 packages, and audited 945 packages in 9s

11 vulnerabilities (8 low, 1 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
$ pm2 delete --silent account || :
$ pm2 start ./app.js --name=account
[PM2] Starting /data/gitlab-runner/builds/9V7aKoym/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 │
├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 5   │ account    │ default     │ 0.0.1   │ fork    │ 2835077  │ 0s     │ 0    │ online    │ 0%       │ 20.5mb   │ gitlab-… │ disabled │
│ 2   │ project    │ default     │ 0.0.1   │ fork    │ 2833645  │ 6h     │ 20   │ online    │ 0%       │ 68.8mb   │ gitlab-… │ disabled │
└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
$ pm2 save