From 58c79fcc6adc977410005a9aaf341cb6c3b6d49a Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Thu, 6 Aug 2020 20:32:49 +0200 Subject: .gitlab-ci.yml: Drop installation of python{,-apt} --- .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 80e5a4038e..9b4b4e6fd8 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 python3 python3-apt + - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make jq python3 python3-apt script: - make check-syntax -- cgit v1.2.3