diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7c328be5257018a62256fdbeb98385861576747..919849e581a8672b01e1b27aabef91175e053010 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,9 +11,6 @@ before_script:
     apt-get update -qq &&
     apt-get purge -qq binutils-doc &&
     apt-get install -qq x86-64-unknown-redox-gcc &&
-    modprobe fuse &&
-    chmod 666 /dev/fuse &&
-    chown root:$USER /etc/fuse.conf &&
     curl https://sh.rustup.rs -sSf | sh
 
 build: