diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3b105c..6956703 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,10 +58,10 @@ lint:md: publish: stage: publish - image: docker:18 + image: docker:stable needs: ["test", "lint:py", "lint:js", "lint:md"] services: - - docker:18-dind + - docker:stable-dind only: - develop - master @@ -73,7 +73,7 @@ publish: deploy:dev: stage: deploy - image: docker:18 + image: docker:stable only: - develop environment: @@ -95,7 +95,7 @@ deploy:dev: deploy:production: stage: deploy - image: docker:18 + image: docker:stable only: - master environment: