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
commit7593a860ad877c1091504653e2dd2940b7cb59f9 (patch)
tree6dee5921a7564fd52fbe536eade5a4f8b9f8571c /.gitlab-ci.yml
parent1a40992b947b184a4cd2395116049108b3325d38 (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