
Wolfgang Knopki
1Running with gitlab-runner 11.2.0 (11.2.0)2 on testing [int-new] 9V7aKoym3Using Shell executor... 7Removing node_modules/8HEAD is now at 5c72b93 Merge branch 'patch-mlab-352-testing' into 'testing'10 * [new branch] MLAB-383 -> origin/MLAB-38311Checking out 5c72b939 as testing...12Skipping Git submodules setup 16 $ cat $configfiledev > ./config/config.js 17$ cat $cert > ./routes/cert/cert.pem18$ cat $certidp > ./routes/cert/cert_idp.pem19$ cat $key > ./routes/cert/key.pem20$ npm install21> core-js@2.6.10 postinstall /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/node_modules/core-js22> node postinstall || echo "ignore"23> nodemon@2.0.1 postinstall /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/node_modules/nodemon24> node bin/postinstall || exit 025Love nodemon? You can now support the project via the open collective:27npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):28npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})29added 309 packages from 338 contributors and audited 310 packages in 9.315s302 packages are looking for funding31 run `npm fund` for details32found 8 vulnerabilities (6 low, 2 high)33 run `npm audit fix` to fix them, or `npm audit` for details34$ pm2 delete --silent account || :35$ pm2 start ./app.js --name=account