diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7b413bc0310485c5f77099a5791c3cd8ec60d7a..504fd9c0c1fc38a7328ad744ca9819b99d3e00c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,12 +91,11 @@ test-bullseye: image: debian:bullseye-slim script: - *prepare_debian - - pytest -v -l test_mpsd-software.py - + - pytest -v -l test-bookworm: stage: test image: debian:bookworm-slim script: - *prepare_debian - - pytest -v -l test_mpsd-software.py + - pytest -v -l