From 1086c1a53c38ff8f870eeaa2065bdf5a94660908 Mon Sep 17 00:00:00 2001 From: Severin Landwein <Severin.Landwein@th-koeln.de> Date: Tue, 31 May 2022 14:15:36 +0200 Subject: [PATCH] . --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2865422..5a7171c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ before_script: - chmod +x ./setup-build-env.sh - ./setup-build-env.sh - cp -r ../* /root/Arduino/libraries - - apt-get install python3 + - apt-get install python3 -y stages: - build -- GitLab