Skip to content

Pull QA image before building specs container

George Koltsov requested to merge jsl-add-pull-to-specs-container into master

Closes https://gitlab.com/gitlab-org/gitlab-qa/-/issues/588:

While running QA scenarios locally I kept getting failures that were ultimately fixed when I downloaded the latest QA image. There is a docker pull step for the Gitlab component but not for the Specs component. Adding a docker pull step for the Specs component would prevent others from running into the same problems I had.

Question: how would this affect pipeline run times?

Edited by George Koltsov

Merge request reports