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 # # Prepare stage #
################# #################
Precache dependencies: Composer:
stage: prepare stage: prepare
extends: extends:
- .vendorCache - .vendorCache
@ -102,9 +102,9 @@ Codeception:
# Build stage # # Build stage #
############### ###############
Docker images: Docker:
stage: build stage: build
image: docker:19.03.2 image: docker:19.03.9-dind
before_script: before_script:
- *defineVars - *defineVars
- *dockerLogin - *dockerLogin