From b172ee26a0effa98427d185cac038268ddfec706 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Mon, 1 Jul 2024 19:50:44 +0800 Subject: [PATCH] ci(gitlab-ci): :construction_worker: update CI image name and customize entrypoint For context, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476 although I may debug this on my side too later. Signed-off-by: Andrei Jiroh Halili --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1556b9a..1887531 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ # The Docker image that will be used to build your app image: - name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest + name: dock.mau.dev/andreijiroh-dev/docker-images/mkdocs-material:latest + entrypoint: ["/bin/bash", "-l", "-c"] # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476 stages: - test