fix entrypoint
This commit is contained in:
parent
f87fe1338e
commit
12c2b30de9
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ lint:
|
|||
needs: []
|
||||
|
||||
test sqlite to postgres:
|
||||
image: registry.gitlab.com/signald/signald:unstable
|
||||
image:
|
||||
name: registry.gitlab.com/signald/signald:unstable
|
||||
entrypoint: ["/bin/bash"]
|
||||
stage: test
|
||||
needs:
|
||||
- "build:x86"
|
||||
|
|
Loading…
Reference in a new issue