Skip to content
Snippets Groups Projects
Commit c315070a authored by Thomas Wood's avatar Thomas Wood
Browse files

Make deadlinks a deploy stage, so gated by the initial build

parent 0d0981f3
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,9 @@ test:
script:
- bundle exec rake test
# Not a test stage to prevent race conditions with gem installations.
deadlinks:
stage: test
stage: deploy
script:
- bundle exec rake testlinks
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment