After adding artifacts to the lint step:
artifacts:
paths:
- server/node_modules/
the issues where resolved. I guess it has something to do with the server not finding what node_modules
directory to use? I'm unsure I'm not a expert at gitlab CI/CD