Skip to content

Commit

Permalink
Add GitLab CI jobs timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 25, 2021
1 parent d4d42cf commit 11786ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ variables:

test:php:
stage: test
timeout: 10 minutes
cache:
paths:
- build/
Expand All @@ -30,6 +31,7 @@ test:php:

pages:
stage: deploy
timeout: 10 minutes
dependencies:
- test:php
environment:
Expand Down

0 comments on commit 11786ac

Please sign in to comment.