GITLAB CI在哪里可以找到来自free runner的日志

GITLAB CI在哪里可以找到来自free runner的日志,gitlab,gitlab-ci,gitlab-ci-runner,Gitlab,Gitlab Ci,Gitlab Ci Runner,我正在使用Gitlab runner进行我的“小型”项目 从生成日志中,我得到一个错误: npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the app_face@0.1.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete

我正在使用Gitlab runner进行我的“小型”项目

从生成日志中,我得到一个错误:

npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the app_face@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2018-10-10T07_34_49_432Z-debug.log

如何访问日志?它是远程机器吗?我没有找到任何与此相关的文档。

gitlab runner服务的日志转到syslog,如果是基于systemd的系统,也转到:journalctl-u gitlab runner

如果您谈论的是gitlab.com runner,您没有访问机器的权限,请在需要时尝试使用您自己的runner