Commit a39c720a authored by Jan Kiene's avatar Jan Kiene
Browse files

correctly call pytest on test script

parent 4170d05c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ check_for_binaries:
    - linux
  script:
    - *print-common-info
    - tests/test_binaries_present.py
    - python3 -m pytest tests/test_binaries_present.py


# ------------------------------------