From f5948a878cf5658ffe629f54f0a808b624e59a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 26 Jun 2019 18:18:13 +0200 Subject: [PATCH] Update the test image before running tests See https://pagure.io/fedora-ci/general/issue/20 --- tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests.yml b/tests.yml index 16d8dbf..bf0931d 100644 --- a/tests.yml +++ b/tests.yml @@ -1,4 +1,12 @@ --- +- hosts: localhost + tags: + - classic + tasks: + - dnf: + name: "*" + state: latest + - hosts: localhost roles: - role: standard-test-basic