diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9b53d4411722a30d5f2efe5d3c71fad1fe015bc..c6ee1a7759b301311005268d8cccfc1fc84953d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,9 @@
 image: "debian"
 
-cache:
-  paths:
-  - apt-cache
-
 build:
     stage: build
     before_script:
-        - apt update -qq && apt -o dir::cache::archives="apt-cache" install -y -qq gcc-arm-none-eabi python-pip
+        - apt update -qq && apt install -y -qq gcc-arm-none-eabi python-pip
         - pip install crc16
     script:
         - cd bootloader