Why are gitlab jobs not sharing docker image?
We have a Python project which required postgres docker image. The application runs fine on local system after starting docker container. We have added two gitlab jobs, one is to start the docker container and another is to run the…