Commit ab3b13f7 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière

Use overlay2 driver

`overlay2` is more recent and stable than `overlay`
parent 9f3db08f
......@@ -11,7 +11,7 @@ Once you set up the Runner, add a new job to `.gitlab-ci.yml`, called `codequali
codequality:
image: docker:latest
variables:
DOCKER_DRIVER: overlay
DOCKER_DRIVER: overlay2
services:
- docker:dind
script:
......
Markdown is supported
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