From 57093d88228434833b784ff88f7cf423ccb3f021 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Wed, 5 Aug 2020 22:24:23 +0200 Subject: .gitlab-ci.yml: Add python3 and python3-apt as preparation to move Later on we can drop the installation of python and python-apt accordingly. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b598e2e45..80e5a4038e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ check-syntax: stage: build before_script: - - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make jq python python-apt + - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make jq python python-apt python3 python3-apt script: - make check-syntax -- cgit v1.2.3