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

Revert "WIP: pipeline"

This reverts commit 6b0f7c14.
parent 6b0f7c14
Branches
Tags
1 merge request!69TST: Add xfailing tests for the permissions for referenced entities
Pipeline #44461 failed
...@@ -116,17 +116,12 @@ info: ...@@ -116,17 +116,12 @@ info:
test: test:
tags: [docker] tags: [docker]
services: services:
- docker:24.0.5-dind - docker:20.10-dind
before_script:
- docker info
variables: variables:
# This is a workaround for the gitlab-runner health check mechanism when # This is a workaround for the gitlab-runner health check mechanism when
# using docker-dind service. The runner will otherwise guess the port # using docker-dind service. The runner will otherwise guess the port
# wrong and the health check will timeout. # 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 stage: test
image: $CI_REGISTRY_IMAGE_BASE image: $CI_REGISTRY_IMAGE_BASE
needs: [cert] needs: [cert]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment