.gitlab-ci.yml 111 B

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