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
|
stage: first
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
only:
|
only:
|
||||||
|
refs:
|
||||||
|
- merge_requests
|
||||||
changes:
|
changes:
|
||||||
- device/device-*
|
- device/device-*/*
|
||||||
before_script:
|
before_script:
|
||||||
- apk -q add python3
|
- apk -q add python3
|
||||||
script:
|
script:
|
||||||
|
@ -39,6 +41,8 @@ testcases-linting:
|
||||||
stage: first
|
stage: first
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
only:
|
only:
|
||||||
|
refs:
|
||||||
|
- merge_requests
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci/*
|
- .gitlab-ci/*
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue