Skip to content
Snippets Groups Projects
Commit b6ed8e30 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

WIP: Pipeline

parent 7a5bc224
No related branches found
No related tags found
1 merge request!2DOC: add a hint how to provide a readable certificate
Pipeline #29450 passed
...@@ -376,7 +376,9 @@ unittest: ...@@ -376,7 +376,9 @@ unittest:
# builds a docker image with the LinkAhead Server # builds a docker image with the LinkAhead Server
build: build:
tags: [ cached-dind ] tags: [ cached-dind ]
image: "$CI_ENVIMAGE:$CI_COMMIT_REF_NAME" # TODO: Fix this
# image: "$CI_ENVIMAGE:$CI_COMMIT_REF_NAME"
image: "$CI_ENVIMAGE:dev"
stage: build stage: build
inherit: inherit:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment