Skip to content
Snippets Groups Projects
Commit f4de4805 authored by Josha Bartsch's avatar Josha Bartsch :headphones: Committed by Josha Bartsch
Browse files

Cleanup, pin current versions

Runner config was fixed, reactivated dind job `test`
parent 78086806
No related branches found
No related tags found
2 merge requests!63Cleanup, pin dind versions,!55Adjustments for bugfix MDL76309
Pipeline #1043352 passed
image: docker:19.03.1
stages:
- build
- deploy
......@@ -7,8 +5,6 @@ stages:
variables:
GIT_SUBMODULE_STRATEGY: recursive
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_HOST: tcp://docker:2376 # Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
build:
stage: build
......@@ -38,8 +34,12 @@ tag-latest:
test:
stage: test
image: docker:24
services:
- docker:dind
- docker:24.0.5-dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_HOST: tcp://docker:2376 # Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
script:
- mkdir out
- chmod 777 out
......@@ -47,8 +47,6 @@ test:
artifacts:
paths:
- out/
rules:
- when: never
pages:
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment