From b6ed8e307c8b91b7048805f143f18f47ef7df5bd Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Wed, 19 Oct 2022 14:06:40 +0200 Subject: [PATCH] WIP: Pipeline --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4c8668..2e179a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -376,7 +376,9 @@ unittest: # builds a docker image with the LinkAhead Server build: 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 inherit: variables: -- GitLab