I have a GitLab runner using docker as the executor. My problem is, it pulls the image I have defined for every job, which takes more time to finish the pipeline
How can I cache the image and add a pull policy for the job or the runner ? Anyone please?


