From 12c2b30de916e95a81ee91557611629782c8951f Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 17 May 2022 16:58:02 -0700 Subject: [PATCH] fix entrypoint --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c367862..7d2bd58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"