diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6ee1a7759b301311005268d8cccfc1fc84953d4..f539636491be0e4c3c319bb216f60e210fa7ad1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,8 @@ image: "debian"
 build:
     stage: build
     before_script:
-        - apt update -qq && apt install -y -qq gcc-arm-none-eabi python-pip
-        - pip install crc16
+        - apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip
+        - pip3 install crc16
     script:
         - cd bootloader
         - make