Commit f855b0ef authored by nimrod's avatar nimrod
Browse files

Something is not right here.

parent f8cc109f
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,10 +42,10 @@ pytest:
  before_script:
    - poetry install
  script:
    - poetry run pytest --junit-xml report.xml
    - poetry run pytest --junit-xml report/pytest.xml
  artifacts:
    reports:
      junit: report.xml
      junit: report/pytest.xml
  # We don't any artifacts and don't want to wait for the download to finish.
  needs: []

@@ -60,7 +60,7 @@ bats:
    - bats --output report/ --formatter junit tests/
  artifacts:
    reports:
      junit: report/*.xml
      junit: report/TestReport-test_mnpw.bats.xml
  needs:
    - job: build-executable
      artifacts: true