fix entrypoint

This commit is contained in:
finn 2022-05-17 16:58:02 -07:00
parent f87fe1338e
commit 12c2b30de9

View file

@ -21,7 +21,9 @@ lint:
needs: [] needs: []
test sqlite to postgres: test sqlite to postgres:
image: registry.gitlab.com/signald/signald:unstable image:
name: registry.gitlab.com/signald/signald:unstable
entrypoint: ["/bin/bash"]
stage: test stage: test
needs: needs:
- "build:x86" - "build:x86"