Skip to content
Snippets Groups Projects

Convert to a package

Merged Ashwin Kumar Karnad requested to merge convert-to-a-package into main
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -91,12 +91,11 @@ test-bullseye:
@@ -91,12 +91,11 @@ test-bullseye:
image: debian:bullseye-slim
image: debian:bullseye-slim
script:
script:
- *prepare_debian
- *prepare_debian
- pytest -v -l test_mpsd-software.py
- pytest -v -l
test-bookworm:
test-bookworm:
stage: test
stage: test
image: debian:bookworm-slim
image: debian:bookworm-slim
script:
script:
- *prepare_debian
- *prepare_debian
- pytest -v -l test_mpsd-software.py
- pytest -v -l
Loading