Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
.gitlab-ci.yml 77 B
Newer Older
stages:
  - build

build-job:
  stage: build
  script:
    - echo "Build..."