From 8cd5772ed2c5ede2e1f18adb224c237fac343b0d Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 5 Jun 2023 18:50:53 +0200 Subject: [PATCH] 'redshift' tag is no longer used And is currently assigned to host not supporting docker Set 'docker' tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b85651c..1ea512b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ before_script: test_build_image: tags: - - redshift + - docker script: - docker build . except: -- GitLab