diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52ccd7d..1bd6609 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.3.2-dev2023-08-15-08-26-54" + image: "domaindrivenarchitecture/ddadevops-python:4.2.0" before_script: - python --version - pip install -r requirements.txt