diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 287b62e..d4cdd9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,13 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:latest" + image: "domaindrivenarchitecture/ddadevops-python:4.1.0" before_script: - python --version - pip install -r requirements.txt .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:latest" + image: "domaindrivenarchitecture/ddadevops-dind:4.1.0" services: - docker:dind before_script: