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
commit6c731ee7e4240f612039d2d5af01f91f844801a4 (patch)
tree0cc0a145096c704ae0b445e4d224caa51611fba4 /.gitlab-ci.yml
parent3609c05c1ba4a574c7c5da7252d85e4610e4f629 (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