How to configure lighthouse ci in gitlab cicd?
问题 I am trying to configure lighthouse report for my angular application, I am configuring in yml file to ensure it will run and create report in gitlab CICD environment. but I am getting an error while it is running in pipeline, have attached the error image, I am new to CI environment, have no idea which causes the issue exactly, is it from configuration or yml file. can anyone help me with this? .gitlab-ci.yml step-report-lighthouse: image: cypress/browsers:node14.15.0-chrome86-ff82 stage: