Gitlab CI Pipeline ASP.NET Core. I cant execute docker-compose.yml
I can’t execute docker-compose.yml
, which is located in the repository. In the first job
I’m calling docker-compose-test.yml
, which is working successfully. In the second job
I build a project and save the result as artefacts, then in the third job
I’m creating a Dockerfile and publishing it (I’m not sure if it works the way I want it to). In the fourth job
I’m trying to run my docker-compose.yml
, but an error is displayed stating that the file was not found.