1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00
This commit is contained in:
Elias Steurer 2020-10-29 21:00:47 +01:00
parent f377e0f8b0
commit 4d1b4dcc95

View File

@ -45,8 +45,9 @@ build:windows_release:
build:linux_debug:
stage: build
image: darkmattercoder/qt-build:5.15.1
entrypoint: [""]
image:
name: darkmattercoder/qt-build:5.15.1
entrypoint: [""]
tags:
- gitlab-org-docker
needs:
@ -62,8 +63,9 @@ build:linux_debug:
build:linux_release:
stage: build
image: darkmattercoder/qt-build:5.15.1
entrypoint: [""]
image:
name: darkmattercoder/qt-build:5.15.1
entrypoint: [""]
tags:
- gitlab-org-docker
needs: