From 48d1b7d47d7cb9436998b41afeafbf42cae427d2 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 6 Sep 2021 14:44:21 +0200 Subject: [PATCH] Hopefully fixes shell not found --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76ca95e..9217ca8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ -image: quay.io/rhn_support_ofalk/fedora34-python3 +image: + name: quay.io/rhn_support_ofalk/fedora34-python3 + entrypoint: [ '/bin/sh', '-c' ] before_script: - virtualenv -p python3 /tmp/.virtualenv