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