Add docker service to CI

Enables CI to actually build docker images
merge-requests/17/head^2
bom 12 months ago
parent 1ae9593537
commit 153d4bbf9a

@ -1,5 +1,8 @@
image: "domaindrivenarchitecture/devops-build:latest"
services:
- docker:dind
before_script:
- python --version
- python -m pip install --upgrade pip

Loading…
Cancel
Save