Commit 95f68d8d authored by Кирсанов Иван Леонидович's avatar Кирсанов Иван Леонидович
Browse files

Update .gitlab-ci.yml file

parent 258e35ef
No related merge requests found
Pipeline #73532 failed with stages
in 1 minute and 24 seconds
Showing with 7 additions and 2 deletions
+7 -2
......@@ -18,6 +18,11 @@ stages:
- testing
- packaging
variables:
DOCKER_DRIVER: overlay2
DOCKER_VERSION: 19.03.0
build-application:
stage: build
tags:
......@@ -63,9 +68,9 @@ unit-testing:
build-image-job:
stage: packaging
image: docker:20.10.16
image: docker:$DOCKER_VERSION
services:
- docker:20.10.16-dind
- docker:$DOCKER_VERSION-dind
only:
- master
- develop
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment