From c4ab1c5c6974ade6c7d8b7a04d35d5530fa35ca5 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 12 Nov 2019 00:27:49 +0100 Subject: [PATCH] CI: fix wiki test (!737) Run it even if the last commit in the MR does not touch device/device-*. --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cc83fc9e..d941f3d42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: