.gitlab-ci.yml 91 B

123456789
  1. pages:
  2. script:
  3. - echo test
  4. artifacts:
  5. paths:
  6. - public
  7. only:
  8. - master