From 13eb68be48ecb9e483abcb38d91516a492c39c06 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Tue, 11 Jun 2019 02:49:48 +0200
Subject: [PATCH] fix(ci): Use python3

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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