.gitlab-ci.yml 106 B

1234567
  1. tests:
  2. stage: test
  3. script:
  4. - python .\\tests\\test.py
  5. artifacts:
  6. paths:
  7. - tests\\results