diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef4218d..3c42a02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,5 +30,5 @@ clippy: tags: - x86_64-linux-kvm-docker script: - - pacman -Sy --noconfirm --needed rust clang + - pacman -Sy --noconfirm --needed rust clang speech-dispatcher - cargo clippy