Update .gitlab-ci.yml

This commit is contained in:
Patrick Jentsch 2019-09-16 15:30:11 +02:00
parent 62a435e8c2
commit f1d1434e1a

View File

@ -1,3 +1,8 @@
image: docker:latest
services:
- docker:dind
stages: stages:
- build - build
- push - push