I am using gitlab cicd for node js application as do in the vedio lectures i am running unit test stage but getting "error! MongoParseError: Invalid connection string" error in the pipeline

A link to the lab in question is always welcome, to help me see if I can reproduce the problem.

https://learn.kodekloud.com/user/courses/gitlab-ci-cd-architecting-deploying-and-optimizing-pipelines/module/3a1c2306-8091-4dfe-b40f-e2ca53918553/lesson/6e87f160-c269-4e1a-836e-2018a30ab6b5


my mongo uri in the pipeline @rob_kodekloud

I solved it by corecting the spell mistake in the string thanks @rob_kodekloud

So, if I am understanding you correctly, this is not exactly for a lab; you are following along with the instructor’s demo here?

If so, my experience with this instructor’s demos is that this is very difficult to do. Instead, first do the corresponding lab and follow along with that. See if you can do the lab first.

Noticing that you found a spelling error – happy you found it. But in general: use his demos for background, and use the labs to make sure you understood the demos.