diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ea93f7..911e93c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.3.0" + image: "domaindrivenarchitecture/ddadevops-python:4.3.1" before_script: - python --version - pip install -r requirements.txt