From 069d913b11f14b80e381858e91bbf19a4bbfa8c7 Mon Sep 17 00:00:00 2001 From: Tobias Leibner <tobias.leibner@googlemail.com> Date: Thu, 16 Jul 2020 18:46:12 +0200 Subject: [PATCH] install py3-pip, fix docker to 19.03.12 --- gitlab-job-template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitlab-job-template.yml b/gitlab-job-template.yml index 170142c..53dc1ac 100644 --- a/gitlab-job-template.yml +++ b/gitlab-job-template.yml @@ -15,11 +15,11 @@ variables: max: 2 when: - always - image: docker:stable + image: docker:19.03.12 before_script: - | - apk --update add openssh-client rsync git file bash python3 - pip3 install -U docker jinja2 docopt + apk --update add openssh-client rsync git file bash python3 py3-pip + pip install -U docker jinja2 docopt export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${TRAVIS_BRANCH/\//_}" export IMAGE="dunecommunity/ci_${MY_MODULE}-testing_${DOCKER_TAG}:${TRAVIS_COMMIT}" # get image with fallback to master branch of the super repo -- GitLab