ci: fix gitlab pipeline not running (#253)

* ci: fix gitlab pipeline not running

* ci: bump gitlab python version to 3.10
This commit is contained in:
Jonas L 2023-07-10 09:48:33 +02:00 committed by GitHub
parent 3055f4ab08
commit 0c9d519b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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