qemu-e2k/.gitlab-ci.d/stages.yml

9 lines
268 B
YAML

# Currently we have two build stages after our containers are built:
# - build (for traditional build and test or first stage build)
# - test (for test stages, using build artefacts from a build stage)
stages:
- containers
- containers-layer2
- build
- test