diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3771f18953e03a7732f7bd37d007239e7198da9..065b9dfb58749d4333ad204116b571046dab0cc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ before_script:
         genisoimage \
         git \
         gnupg \
+        kmod \
         libfuse-dev \
         nasm \
         pkg-config \
@@ -23,6 +24,7 @@ before_script:
     apt-get update -qq &&
     apt-get purge -qq binutils-doc &&
     apt-get install -qq x86-64-unknown-redox-gcc &&
+    modprobe fuse &&
     curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
 
 img: