summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 816076191f..5bb6e4120e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,6 +129,12 @@ danger:
- gem install danger-commit_lint
- danger --fail-on-errors=true --new-comment
+dhcpdb_create-upgrade-consistency:
+ stage: test
+ image: "${CI_REGISTRY_IMAGE}:latest"
+ script:
+ - ./src/share/database/scripts/utils/are-scripts-in-sync.py
+
duplicate-includes:
stage: test
image: "${CI_REGISTRY_IMAGE}:latest"