This commit is contained in:
ErickSkrauch 2020-05-21 16:19:28 +03:00
parent a9c3d50ad9
commit b52a21c5f2
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -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