Commit ef667150e80dcb4ca2dd87c30655f23442687969

Guillem Jover 2021-02-28T18:56:27

build: Indent packages in GitLab CI apt-get invocation

1
2
3
4
5
6
7
8
9
10
11
12
13
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