Skip to content
Snippets Groups Projects
Commit 5f400282 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: minor ci improvement

parent 95c3006f
No related branches found
No related tags found
No related merge requests found
Pipeline #6361 passed
......@@ -78,11 +78,16 @@ stages:
# containers. These volumes are intended to be used for testing server-side scripting and
# file-system features.
#
services:
- docker:20.10.3-dind
test:
tags: [docker]
services:
- docker:20.10.3-dind
variables:
# This is a workaround for the gitlab-runner health check mechanism when
# using docker-dind service. The runner will otherwise guess the port
# wrong and the health check will timeout.
SERVICE_PORT_2376_TCP_PORT: 2375
stage: test
image: $CI_REGISTRY_IMAGE_BASE
needs: ["cert"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment