diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6074a3d2..4dc3fffa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,10 @@ image: fedora:latest before_script: - - dnf install 'dnf-command(copr)' git libtool make libasan orc-devel -y + - > + dnf install 'dnf-command(copr)' git libtool make libasan orc-devel + python3 python3-six python3-pyparsing + -y - dnf copr enable @spice/nightly -y - dnf builddep spice -y