summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-08-05 22:24:23 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-08-05 22:24:23 +0200
commit57093d88228434833b784ff88f7cf423ccb3f021 (patch)
treeeec912f1d8dc01db04a2d64ad2b30852b15935c3 /.gitlab-ci.yml
parent9a9855ded1c254170e89f657e80d4fa465757c0c (diff)
.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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy