From 0a6f61ec734cba0debb5173de5c1b05d6e9352fb Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Tue, 11 Jan 2022 13:14:39 +0100 Subject: [PATCH] testing on laptop again... --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b53806e..6e95f22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,8 @@ build-custom-image: services: - docker:dind when: manual + tags: + - laptop variables: IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:$CI_COMMIT_SHORT_SHA IMAGE_LATEST_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:latest -- GitLab