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

[ci] pip3 -> pip

parent e12a3324
No related branches found
No related tags found
1 merge request!20Update bindings
Pipeline #62828 failed
......@@ -35,7 +35,7 @@ variables:
before_script:
- |
apk --update add openssh-client rsync git file bash python3 curl
pip3 install -U docker jinja2 docopt
pip install -U docker jinja2 docopt
export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}"
# get image with fallback to master branch of the super repo
......
......@@ -38,7 +38,7 @@ variables:
before_script:
- |
apk --update add openssh-client rsync git file bash python3 curl
pip3 install -U docker jinja2 docopt
pip install -U docker jinja2 docopt
export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}"
# 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