Hopefully fixes shell not found

This commit is contained in:
Oliver Falk
2021-09-06 14:44:21 +02:00
parent ce01f8dec1
commit 48d1b7d47d

View File

@@ -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: before_script:
- virtualenv -p python3 /tmp/.virtualenv - virtualenv -p python3 /tmp/.virtualenv