diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2372790995e5dc0d7721fd9829d78b4834615f04..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Read more on when to use this template at -# https://docs.gitlab.com/ee/ci/yaml/#workflowrules -workflow: - rules: - - if: $CI_MERGE_REQUEST_IID - - if: $CI_COMMIT_TAG - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - -stages: - - static_analysis - - build_and_test - -include: - - local: /jobs/static_analysis.yml - - local: /jobs/industrial_ci.yml - -variables: - TEST_KINETIC: 0