Skip to content
Snippets Groups Projects
Commit 5073f993 authored by Robert Rosca's avatar Robert Rosca Committed by Karim Ahmed
Browse files

ci: set default image to python:3.11

parent f6cda5fd
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
......@@ -4,6 +4,7 @@ stages:
- automated_test
default:
image: python:3.11
before_script:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY_GITLAB" | tr -d '\r' | ssh-add -
......
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