CI: fix wiki test (!737)
Run it even if the last commit in the MR does not touch device/device-*.
This commit is contained in:
parent
66db4dff0c
commit
c4ab1c5c69
1 changed files with 5 additions and 1 deletions
|
@ -27,8 +27,10 @@ wiki:
|
|||
stage: first
|
||||
<<: *only-default
|
||||
only:
|
||||
refs:
|
||||
- merge_requests
|
||||
changes:
|
||||
- device/device-*
|
||||
- device/device-*/*
|
||||
before_script:
|
||||
- apk -q add python3
|
||||
script:
|
||||
|
@ -39,6 +41,8 @@ testcases-linting:
|
|||
stage: first
|
||||
<<: *only-default
|
||||
only:
|
||||
refs:
|
||||
- merge_requests
|
||||
changes:
|
||||
- .gitlab-ci/*
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue