test/system: Update pre-pulled image for Rawhide

Current Rawhide is actually version 33. So the appropriate image should
be pre-pulled.

Because of the old version of image being pulled, the tests were
failing.
This commit is contained in:
Harry Míchal 2020-03-13 17:14:29 +01:00
parent 1e2232762c
commit 2d18f295a7

View file

@ -1,5 +1,5 @@
- name: Pull registry.fedoraproject.org/f32/fedora-toolbox:32
command: podman pull registry.fedoraproject.org/f32/fedora-toolbox:32
- name: Pull registry.fedoraproject.org/f33/fedora-toolbox:33
command: podman pull registry.fedoraproject.org/f33/fedora-toolbox:33
register: _podman
until: _podman.rc == 0
retries: 5