ci: Use a single job
Reduce CI resource usage using a single job instead of 2. The project is pretty small and the setup of the 2 jobs is pretty long compared to the build so using a single job (we used the same container image for both) reduce CI resource usage.
Signed-off-by: Frediano Ziglio fziglio@redhat.com
The first patch is needed as the CI did not update modules correctly and in lot of case was left at a previous state.