diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..825fb262bc --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,16 @@ +--- +stages: + - test + +workflow: + rules: + # Run if this is a merge request + - if: $CI_MERGE_REQUEST_ID + +server-testing: + stage: test + variables: + CINC_REF: $CI_COMMIT_REF_NAME + trigger: + project: cinc-project/distribution/auditor + strategy: depend