mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 22:00:06 +05:30
Try dind image to solve https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4566
This commit is contained in:
parent
a9c3d50ad9
commit
b52a21c5f2
@ -46,7 +46,7 @@ variables:
|
||||
# Prepare stage #
|
||||
#################
|
||||
|
||||
Precache dependencies:
|
||||
Composer:
|
||||
stage: prepare
|
||||
extends:
|
||||
- .vendorCache
|
||||
@ -102,9 +102,9 @@ Codeception:
|
||||
# Build stage #
|
||||
###############
|
||||
|
||||
Docker images:
|
||||
Docker:
|
||||
stage: build
|
||||
image: docker:19.03.2
|
||||
image: docker:19.03.9-dind
|
||||
before_script:
|
||||
- *defineVars
|
||||
- *dockerLogin
|
||||
|
Loading…
Reference in New Issue
Block a user