Skip to content
Snippets Groups Projects
Commit f994896b authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix to Python 3.12 for now

parent ba77d14b
Branches master
No related tags found
No related merge requests found
Pipeline #6921 passed with warnings
...@@ -14,7 +14,7 @@ lint-openapi: ...@@ -14,7 +14,7 @@ lint-openapi:
allow_failure: true allow_failure: true
test-frontend: test-frontend:
image: python image: python:3.12
stage: test stage: test
before_script: before_script:
- apt-get update - apt-get update
...@@ -44,7 +44,7 @@ test-frontend: ...@@ -44,7 +44,7 @@ test-frontend:
expire_in: 1 week expire_in: 1 week
test-python: test-python:
image: python:latest image: python:3.12
stage: test stage: test
cache: cache:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment