From b4ca6535e631120ab94f16b170a55ca85028e32c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 23 Dec 2021 21:03:53 +0200
Subject: [PATCH] Small fix.

It should be a list of strings.
---
 templates/python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/python.yml b/templates/python.yml
index 904ef92..b26ef93 100644
--- a/templates/python.yml
+++ b/templates/python.yml
@@ -31,7 +31,7 @@ build-wheel:
   before_script:
     - python3 -m pip install dist/*.whl
   script:
-    - true
+    - "true"
   needs:
     - job: build-wheel
       artifacts: true
-- 
GitLab