GitLab CI¶
Prerequisites¶
- A GitLab account and repository are required to use 
CIDwith GitLab. - We recommend following our GitLab guide to securely configure your project. (all guides are available here
 
Installation¶
You can use one of the prebuilt workflows by using this snippet. You are able to customize the used workflow by setting the name in cid-workflow: <name>.
TODO: provide a ci template for gitlab
.gitlab-ci.yml
                
              stages:
  - build
build:
  stage: build
  script:
    - cid workflow run --stage build