Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2022-12-14 18:55:20 +00:00
parent c3b5c2106c
commit 005032f332

View File

@ -14,6 +14,10 @@ docker-build:
# Use the official docker image. # Use the official docker image.
image: docker:latest image: docker:latest
stage: build stage: build
tags:
- linux
- docker
- fabinfra
services: services:
- docker:dind - docker:dind
before_script: before_script: