run timezone and firewall tests in CI

Both tests work in CI just fine so we should run them every time. I
introduce them as a separate jobs because jobs run in parallel so it
takes less time even though it does not share object store.
This commit is contained in:
Martin Sehnoutka 2019-09-10 14:27:49 +02:00 committed by msehnout
parent 27bbb02265
commit c082222cf4
2 changed files with 11 additions and 1 deletions

View file

@ -14,7 +14,8 @@
},
"packages": [
"dnf",
"systemd"
"systemd",
"tar"
]
}
}