build: Indent packages in GitLab CI apt-get invocation
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36ea972..20364b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: debian:buster
before_script:
- apt-get update -qq
- apt-get install -qq -y --no-install-recommends
- git gcc make autoconf automake libtool gcovr
+ git gcc make autoconf automake libtool gcovr
unit-tests:
stage: test