debian-mirror-gitlab/spec/support/gitlab_stubs/gitlab_ci_includes.yml
2021-02-22 17:27:13 +05:30

20 lines
274 B
YAML

rspec 0 1:
stage: build
script: 'rake spec'
needs: []
rspec 0 2:
stage: build
script: 'rake spec'
needs: []
spinach:
stage: build
script: 'rake spinach'
needs: []
docker:
stage: test
script: 'curl http://dockerhub/URL'
needs: [spinach, rspec 0 1]