Skip to content

Commit

Permalink
JD-2495 updates for k8s-based runner and bumps python version
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Sep 17, 2024
1 parent f6a9cbd commit 2227d39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Author: Fábio Madeira <[email protected]>, 2020
# test/run locally with
# gitlab-runner exec docker test_pytest

image: python:3.9
---
default:
image: python:3.11
tags:
- k8s-agent-runner

before_script:
- pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 2227d39

Please sign in to comment.