Skip to content
Snippets Groups Projects
Verified Commit 9eb97e1c authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

use 18-dind service

parent 79b4ed3e
Branches
Tags
No related merge requests found
......@@ -12,9 +12,9 @@ ci_test_image:
stage: build
variables:
DOCKER_DRIVER: overlay2
image: docker:18
image: docker:stable
services:
- docker:dind
- docker:18-dind
before_script:
- docker info
script:
......
......@@ -22,4 +22,3 @@ RUN apk --no-cache add \
COPY ./requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt
RUN ln -s /usr/bin/python3 /usr/bin/python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment