use new images
This commit is contained in:
parent
587c8893f0
commit
f04477f137
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ stages:
|
||||||
- image
|
- image
|
||||||
|
|
||||||
.py: &py
|
.py: &py
|
||||||
image: "domaindrivenarchitecture/ddadevops-python:latest"
|
image: "domaindrivenarchitecture/ddadevops-python:4.1.0"
|
||||||
before_script:
|
before_script:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
.img: &img
|
.img: &img
|
||||||
image: "domaindrivenarchitecture/ddadevops-dind:latest"
|
image: "domaindrivenarchitecture/ddadevops-dind:4.1.0"
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue