diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bed781..49cf48e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,14 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.7.0" + image: "domaindrivenarchitecture/ddadevops-python:4.10.0" before_script: - export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW - python --version - pip install -r requirements.txt .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:4.7.0" + image: "domaindrivenarchitecture/ddadevops-dind:4.10.0" services: - docker:dind before_script: