Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ stages: .check-for-testvectors: &check-for-testvectors # check if the testvector files specified in scripts/config/ci_linux*.json are present - python3 -m pytest tests/test_vectors_available.py - python3 -m pytest tests/ci/test_vectors_available.py .merge-request-comparison-setup-codec: &merge-request-comparison-setup-codec ### build test binaries, initial clean for paranoia reasons Loading tests/test_vectors_available.py→tests/ci/test_vectors_available.py +0 −0 File moved. View file Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ stages: .check-for-testvectors: &check-for-testvectors # check if the testvector files specified in scripts/config/ci_linux*.json are present - python3 -m pytest tests/test_vectors_available.py - python3 -m pytest tests/ci/test_vectors_available.py .merge-request-comparison-setup-codec: &merge-request-comparison-setup-codec ### build test binaries, initial clean for paranoia reasons Loading