docker-build cannt execute docker-compose;

This commit is contained in:
Marco Zeisler 2021-05-11 20:20:31 +02:00
parent 5320763ca4
commit 47d9deb011

View File

@ -99,10 +99,10 @@ test_fe:
# DOCKER-BUILD
#################################################################
.docker-build:
image: gitlab/dind
stage: docker-build
.docker-setup:
image: docker:latest
services:
- docker:dind
before_script:
@ -136,6 +136,7 @@ docker-build-be:
# DOCKER-PUSH
#################################################################
.docker-push:
image: docker:latest
stage: docker-push
docker-push-fe: