From 565ab9bf28dfa55770cdb66572da63cb340e003f Mon Sep 17 00:00:00 2001 From: Nico Boehr <nico@nicoboehr.de> Date: Thu, 14 Mar 2024 23:14:23 +0100 Subject: [PATCH] use bash image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e168991..1a2aaf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # This file is a template, and might need editing before it works on your project. # Full project: https://gitlab.com/pages/plain-html -image: busybox +image: bash pages: stage: deploy script: -- GitLab