image: alpine:latest
variables:
DOCKER_DRIVER: overlay2
stages:
- build
include:
- template: '/.gitlab-ci/Jobs/build_image.yml'