diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bee0100d6741702f608fa95ba494a416f713abb3..1e4142513f85f500aee2a39b2a74d2f0eca838fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: - startenv - setupenv - deploytotest + - diff - stopenv - deleteenv - deploytolive @@ -40,6 +41,13 @@ deploymentTest: tags: - db +diffTestToProduction: + stage: diff + script: + - source bin/diff.sh + tags: + - db + stopEnvironment: stage: stopenv script: