Add docker service to CI

Enables CI to actually build docker images
merge-requests/17/head
bom 12 months ago committed by Michael Jerger
parent 5c3d07e58c
commit 0219127416

@ -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