From a82b5e8aece575dda826b5bee7627b5f048ffb47 Mon Sep 17 00:00:00 2001
From: Luca Erbetta <luca.erbetta@skywarder.eu>
Date: Wed, 2 Oct 2019 23:13:16 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffadd1791..179f9113a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ build1:
     - testing
   script:
     - echo "Building r2a-hermes-obsw..."
-    - python skyward-boardcore/sbs
+    - python3 skyward-boardcore/sbs
    
 test1:
   stage: test
-- 
GitLab