def run(self): args = ['make', '-C', self.docker_submodule_path, 'build'] retcode = call(args) self._check_retcode(retcode, args)