Skip to content

Stopping system tests from rebuilding the image every fixture

Afonso Mukai requested to merge systests_dont_rebuild into master

Created by: rerpha

Issue

None

Description of work

Previously every new fixture would attempt to rebuild the image (because the build step was also in the run step)

this should mean it only gets built once, so should speed the tests up and make them more robust.

It will also fail immediately now if docker fails to build

Nominate for Group Code Review

  • Nominate for code review

Merge request reports