Running with gitlab-runner 13.3.1 (738bbe5a)
  on landing page gCnQN1L7
section_start:1599728662:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1599728662:prepare_executor
section_start:1599728662:prepare_script
Preparing environment
Running on prod-git...
section_end:1599728662:prepare_script
section_start:1599728662:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/.git/
Checking out 5db7787b as master...
Removing node_modules/
Skipping Git submodules setup
section_end:1599728663:get_sources
section_start:1599728663:step_script
Executing "step_script" stage of the job script
$ npm install

> core-js@2.6.10 postinstall /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/core-js
> node postinstall || echo "ignore"


> ejs@2.7.4 postinstall /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/ejs
> node ./postinstall.js


> nodemon@2.0.1 postinstall /var/gitlab-runner-working-dir/builds/gCnQN1L7/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon
> node bin/postinstall || exit 0

Love nodemon? You can now support the project via the open collective:
 > https://opencollective.com/nodemon/donate

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 288 packages from 319 contributors and audited 289 packages in 7.821s

5 packages are looking for funding
  run `npm fund` for details

found 8 vulnerabilities (7 low, 1 high)
  run `npm audit fix` to fix them, or `npm audit` for details
$ pm2 delete --silent account || :
$ pm2 start ./app.js --name=account
[PM2] Starting /var/gitlab-runner-working-dir/builds/gCnQN1L7/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 │
├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 4   │ account    │ default     │ 0.0.1   │ fork    │ 25706    │ 0s     │ 0    │ online    │ 0%       │ 18.9mb   │ gitlab-… │ disabled │
│ 3   │ project    │ default     │ 0.0.1   │ fork    │ 24469    │ 9m     │ 0    │ online    │ 0%       │ 60.2mb   │ gitlab-… │ disabled │
└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
[PM2][WARN] Current process list running is not in sync with saved list. Type 'pm2 save' to synchronize or enable autosync via 'pm2 set pm2:autodump true'
$ pm2 save
[PM2] Saving current process list...
[PM2] Successfully saved in /home/gitlab-runner/.pm2/dump.pm2
section_end:1599728674:step_script
Job succeeded