Pull QA image before building specs container
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 adocker 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 James Nutt