.gitlab-ci.yml 122 B

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