
Wolfgang Knopki
1Running with gitlab-runner 11.2.0 (11.2.0)2 on testing [int-new] 9V7aKoym3Using Shell executor... 7Cloning into '/data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account'...8Checking out 2d496721 as testing...9Skipping Git submodules setup 13 $ cat $configfiledev > ./config/config.js 14$ cat $cert > ./routes/cert/cert.pem15$ cat $certidp > ./routes/cert/cert_idp.pem16$ cat $key > ./routes/cert/key.pem17$ npm install18> core-js@2.6.10 postinstall /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/node_modules/core-js19> node postinstall || echo "ignore"20> ejs@2.7.4 postinstall /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/node_modules/ejs21> node ./postinstall.js22> nodemon@2.0.1 postinstall /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon23> node bin/postinstall || exit 024Love nodemon? You can now support the project via the open collective:26npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):27npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})28added 309 packages from 327 contributors and audited 310 packages in 7.524s295 packages are looking for funding30 run `npm fund` for details31found 2 high severity vulnerabilities32 run `npm audit fix` to fix them, or `npm audit` for details33$ pm2 delete --silent account || :34$ pm2 start ./app.js --name=account