From 1e2dcf6704edd0641917ba02840aebf4187e6b04 Mon Sep 17 00:00:00 2001
From: Daniel Sali <daniel.sali@alphacruncher.com>
Date: Fri, 13 Dec 2024 13:55:37 +0100
Subject: [PATCH] CI/CD pipeline to build on main commit and publish to PyPI on
 release 11

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c745ee..ab1c0b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 default:
-  image: python:3.11
+  image: 
+    name: python:3.11
+    entrypoint: ["/bin/bash -c"]
+
   cache:
     paths:
       - .pip-cache/
-- 
GitLab