gitlab: ci: Run build_manifest tests only if the script changes

This commit is contained in:
Thibault Saunier 2018-11-11 09:22:42 -03:00 committed by Nicolas Dufresne
parent 48f3063daf
commit 529764a3d7

View file

@ -22,6 +22,9 @@ test manifest:
reports:
junit:
- "junit.xml"
only:
changes:
- gitlab/build_manifest.py
.base:
image: "docker:stable"