fix: Only build docker image if needed

This commit is contained in:
Robert Prehn 2021-01-16 13:20:27 -06:00
parent 194af4059b
commit 38fc40828c

View file

@ -28,6 +28,8 @@ build_image_for_commit:
stage: test
needs: []
image: "docker:19.03.12"
only:
- master
services:
- name: docker:19.03.12-dind
script: