summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 653d73705..623a1abc8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,7 +139,13 @@ test:linux:
script:
- cd build
- ctest -V
- - make check-license-headers
+
+check-license-headers:
+ stage: build
+ except:
+ - schedules
+ script:
+ - python buildtools/check_license_headers.py
translations:
stage: build