Commit ad23ff5a authored by nimrod's avatar nimrod
Browse files

fixup! Start with testing.

parent 36739923
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,3 +53,4 @@ tfplan
*.tfstate*
*.venv
*.spec
report.xml
+4 −2
Original line number Diff line number Diff line
@@ -48,7 +48,9 @@ pytest:
  before_script:
    - poetry install
  script:
    - poetry run pytest --junit-xml test.xml
    - poetry run pytest --junit-xml report.xml
  artifacts:
    reports:
      junit: test.xml
      junit: report.xml
  # We don't any artifacts and don't want to wait for the download to finish.
  needs: []