From 0c9d519b45154b4600fcaa7382a143b6b5d1108e Mon Sep 17 00:00:00 2001 From: Jonas L Date: Mon, 10 Jul 2023 09:48:33 +0200 Subject: [PATCH] ci: fix gitlab pipeline not running (#253) * ci: fix gitlab pipeline not running * ci: bump gitlab python version to 3.10 --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0380fa3f..644bcf10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,15 @@ +include: + - project: cloud/integrations/ci + file: + - default.yml + stages: - lint - sanity - integration variables: - PYTHON_VERSION: "3.9" + PYTHON_VERSION: "3.10" default: image: python:$PYTHON_VERSION