Skip to content
Snippets Groups Projects
Verified Commit 65958dac authored by Andrei Jiroh Eugenio Halili's avatar Andrei Jiroh Eugenio Halili :school:
Browse files

ci(gitlab-ci): apply workaround on entrypoint part

parent c662d6b9
No related branches found
No related tags found
No related merge requests found
# The Docker image that will be used to build your app # The Docker image that will be used to build your app
image: image:
name: dock.mau.dev/andreijiroh-dev/docker-images/mkdocs-material:latest name: dock.mau.dev/andreijiroh-dev/docker-images/mkdocs-material:latest
entrypoint: [ "/bin/bash" ] entrypoint: ["/bin/bash", "-l", "-c"] # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476
stages: stages:
- test - test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment