gitlab: ci: Run build_manifest tests only if the script changes
authorThibault Saunier <tsaunier@igalia.com>
Sun, 11 Nov 2018 12:22:42 +0000 (09:22 -0300)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Tue, 13 Nov 2018 16:51:36 +0000 (16:51 +0000)
.gitlab-ci.yml

index d64d98a..01d96bf 100644 (file)
@@ -22,6 +22,9 @@ test manifest:
     reports:
       junit:
         - "junit.xml"
+  only:
+    changes:
+      - gitlab/build_manifest.py
 
 .base:
   image: "docker:stable"