diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00e7acf3cb8d5366a82438f2a7cce45bdde9f84e..8f0a8d00e8f7c580c43242d36e7256dec33583c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,13 +14,13 @@ before_script:
   - rustup target add aarch64-unknown-linux-gnu
 
 test:
-stage: test
+  stage: test
   script:
     - cargo fmt -- --check
     - cargo clippy --all-targets --all-features -- -D warnings
     - cargo test
 build:
-    stage: build
+  stage: build
   script:
     - cargo deb
   artifacts: