diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25dd437edaf9f1a3d8138d95dba417f33ce90808..e420f573dfd7c947d4c4611a34d181292ae551a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ build:
     stage: build
     before_script:
         - apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip git
-        - pip install crc16
+        - pip3 install crc16
     script:
         - cd bootloader
         - make