Fix pipeline attempt (5): Fix naming in tests

This commit is contained in:
Kylian Schmidt
2025-09-08 15:56:37 +02:00
parent 412f5927fb
commit 620db78ee7
+3 -3
View File
@@ -20,7 +20,7 @@ From: python:3.11-slim
exec python3 generate_gallery.py "$@"
%test
# Run container tests with coverage to validate the build
echo "Running container validation tests with coverage..."
# Run container tests to validate the build
echo "Running container validation tests..."
cd /src
python3 tests/run_coverage.py
python3 -m pytest tests/ -v