Skip to content

Commit

Permalink
Update entrypoint for image so that tests can run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seonaid committed Jul 22, 2021
1 parent ef68b61 commit cf09dea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
image: registry.gitlab.com/consensus.enterprises/drumkit/php
image:
name: registry.gitlab.com/consensus.enterprises/drumkit/php
entrypoint: [""] # We have to override the container entrypoint or else we end up in /bin/sh and `. d` doesn't work. See https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#overriding-the-entrypoint-of-an-image


stages:
- test
Expand Down

0 comments on commit cf09dea

Please sign in to comment.