~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

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 <ajhalili2006@andreijiroh.xyz>

Changed files
+2 -1
+2 -1
.gitlab-ci.yml
···
# 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