From: Thibault Saunier Date: Sun, 11 Nov 2018 12:22:42 +0000 (-0300) Subject: gitlab: ci: Run build_manifest tests only if the script changes X-Git-Tag: 1.19.3~497^2~524 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=529764a3d7c784a86ae69104fe09990f12599e37;p=platform%2Fupstream%2Fgstreamer.git gitlab: ci: Run build_manifest tests only if the script changes --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d64d98a..01d96bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,9 @@ test manifest: reports: junit: - "junit.xml" + only: + changes: + - gitlab/build_manifest.py .base: image: "docker:stable"