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:
Bart Ribbers 2019-11-12 00:27:49 +01:00 committed by Oliver Smith
parent 66db4dff0c
commit c4ab1c5c69
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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: