f6b82d
stages:
aa384d
  - test
f6b82d
  - deploy
f6b82d
aa384d
test_roles_job:
aa384d
  stage: test
aa384d
  before_script:
aa384d
    - zypper -qn in --no-recommends python3 python3-PyYAML
aa384d
  script: bin/test_roles.py
aa384d
  tags:
aa384d
    - docker
aa384d
f6b82d
deploy_job:
f6b82d
  stage: deploy
f6b82d
  script: salt-call event.fire_master update salt/fileserver/gitfs/update
f6b82d
  only:
f6b82d
    - production
f6b82d
  tags:
f6b82d
    - shell