diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e420f573dfd7c947d4c4611a34d181292ae551a0..d8c47ab2dffb48ef9a35ed57b923cb054ba56e93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ build:
         - apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip git
         - pip3 install crc16
     script:
+        - alias python=python3
         - cd bootloader
         - make
         - cd ..