xref: /openbmc/qemu/.gitlab-ci.d/stages.yml (revision 2df1eb2756658dc2c0e9d739cec6929e74e6c3b0)
1# Currently we have two build stages after our containers are built:
2#  - build (for traditional build and test or first stage build)
3#  - test (for test stages, using build artefacts from a build stage)
4stages:
5  - containers
6  - build
7  - test
8