aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/stages.yml
blob: f50826018df9722b327056709dc01d8425d7bbde (plain)
1
2
3
4
5
6
7
8
# 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