I have a .yml file that contains my pipeline cicd of gitlab but when execute the build job , show me this message is a angular application ng: Permission denied
image: node:latest
before_script:
- npm install
this is my job
build-npm-prod:
stage: build
script:
- rm ./package-lock.json
- npm run build --prod
artifacts:
paths:
- dist/mi-web-texo/
only:
- master
Yesterday this worked