diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 844defd..a4228d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ stages: + - boot - build - rpms - repo @@ -10,7 +11,7 @@ include: file: 'gitlab-ci-rpms-tito.yml' boot-aarch64: - stage: build + stage: boot rules: - if: '$BUILD_AARCH64 == "yes"' trigger: |