From c2049a18ba131229e47f86f448b1abaa1f0ca2b7 Mon Sep 17 00:00:00 2001
From: Anne Jan Brouwer <brouwer@annejan.com>
Date: Thu, 6 Jun 2019 13:14:09 +0200
Subject: [PATCH] alias python=python3

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e420f573..d8c47ab2 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 ..
-- 
GitLab