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
################################################################# #################################################################
.docker-build: .docker-build:
image: gitlab/dind
stage: docker-build stage: docker-build
.docker-setup: .docker-setup:
image: docker:latest
services: services:
- docker:dind - docker:dind
before_script: before_script:
@ -136,6 +136,7 @@ docker-build-be:
# DOCKER-PUSH # DOCKER-PUSH
################################################################# #################################################################
.docker-push: .docker-push:
image: docker:latest
stage: docker-push stage: docker-push
docker-push-fe: docker-push-fe: