Skip to content

Commit

Permalink
Merge branch 'patrik-pipeline' into 'master'
Browse files Browse the repository at this point in the history
Use python 3.10 to fix CICD pipeline

See merge request ikus-soft/rdiffweb!266
  • Loading branch information
ikus060 committed Nov 1, 2022
2 parents 57eabe7 + a69d45c commit 0757fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -13,7 +13,7 @@ stages:
# Test Stage
#
.tox: &tox
image: python:3-bullseye
image: python:3.10-bullseye
stage: test
variables:
TOXENV: $CI_JOB_NAME
Expand Down

0 comments on commit 0757fda

Please sign in to comment.