diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d67b3fa..adbbe21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,7 @@ image: $FEDORA_IMAGE pre_commit: stage: pre-commit script: + - dnf install -y libatomic - dnf install -y pre-commit - pre-commit run --all-files @@ -299,4 +300,4 @@ container_debian_build: echo "deb-src http://deb.debian.org/debian/ trixie main contrib non-free" >> /etc/apt/sources.list && apt update && apt build-dep -y upower && - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash \ No newline at end of file + curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash