From 9ba2919cc0ce2fd836cdbffac9de05c0913bb14c Mon Sep 17 00:00:00 2001
From: Anne Jan Brouwer <brouwer@annejan.com>
Date: Thu, 6 Jun 2019 13:08:32 +0200
Subject: [PATCH] pip3 ofcourse

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

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