mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-25 04:01:09 +02:00
Update file .gitlab-ci.yml
This commit is contained in:
@ -133,7 +133,11 @@ config_test:
|
||||
|
||||
tests-3.11:
|
||||
stage: AdditionalTests
|
||||
needs: ["formatter", "pylint"]
|
||||
needs:
|
||||
- job: "formatter"
|
||||
optional: true
|
||||
- job: "pylint"
|
||||
optional: true
|
||||
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11
|
||||
script:
|
||||
- pytest -v --random-order ./tests
|
||||
|
Reference in New Issue
Block a user