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

WIP: pipeline

parent 2d9705bd
Branches
Tags
1 merge request!69TST: Add xfailing tests for the permissions for referenced entities
Pipeline #44460 failed
......@@ -116,12 +116,17 @@ info:
test:
tags: [docker]
services:
- docker:20.10-dind
- docker:24.0.5-dind
before_script:
- docker info
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
#SERVICE_PORT_2376_TCP_PORT: 2375
DOCKER_HOST: tcp://docker:2375
# This instructs Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
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.
Please register or to comment