Skip to content
Snippets Groups Projects
Commit 28cd8f2b authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[ci] pip -> pip3, install py3-pip

parent 24def809
No related branches found
No related tags found
1 merge request!20Update bindings
Pipeline #62834 failed
...@@ -34,8 +34,8 @@ variables: ...@@ -34,8 +34,8 @@ variables:
IMAGE: $CI_REGISTRY/ag-ohlberger/dune-community/dune-xt/ci_testing_${DOCKER_TAG}:${CI_COMMIT_SHORT_SHA} IMAGE: $CI_REGISTRY/ag-ohlberger/dune-community/dune-xt/ci_testing_${DOCKER_TAG}:${CI_COMMIT_SHORT_SHA}
before_script: before_script:
- | - |
apk --update add openssh-client rsync git file bash python3 curl apk --update add py3-pip openssh-client rsync git file bash python3 curl
pip install -U docker jinja2 docopt pip3 install -U docker jinja2 docopt
export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}" export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}"
# get image with fallback to master branch of the super repo # get image with fallback to master branch of the super repo
......
...@@ -37,8 +37,8 @@ variables: ...@@ -37,8 +37,8 @@ variables:
IMAGE: $CI_REGISTRY/ag-ohlberger/dune-community/dune-xt/ci_testing_${DOCKER_TAG}:${CI_COMMIT_SHORT_SHA} IMAGE: $CI_REGISTRY/ag-ohlberger/dune-community/dune-xt/ci_testing_${DOCKER_TAG}:${CI_COMMIT_SHORT_SHA}
before_script: before_script:
- | - |
apk --update add openssh-client rsync git file bash python3 curl apk --update add py3-pip openssh-client rsync git file bash python3 curl
pip install -U docker jinja2 docopt pip3 install -U docker jinja2 docopt
export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}" export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}"
# get image with fallback to master branch of the super repo # get image with fallback to master branch of the super repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment