Hello I’m new using GitLab(Today is the first time that I have used it), I have to use it for educational porpuses. I have worked on a project that has to connect with mysql, when I run the npm start on the terminal of VSC or Command Prompt, the application runs without problems and everything works fine, but when the pipeline is running the deploy stage, that is basically the npm start, it gives an ECONNREFUSED error.
I want to know Why i’m having this error and if it its possible to fix, this is the .git-lab-ci.yml
I hope you could help me with this problem, regards!