diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d622d1cff59428e9f08f4ba167121ddf4e17107..c4de708608c147dd0116e7c3ece4c1091ae670cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,9 @@
+---
 image: 0xacab.org:4567/leap/docker/ruby:latest
 
-# This is for caching the gems not only between the stages, but also persistent
-# on the gitlab-runner so we don't need to install from scratch on every pipeline
+# This is for caching the gems not only between the stages, but also
+# persistent on the gitlab-runner so we don't need to install from
+# scratch on every pipeline
 cache:
   key: "$CI_BUILD_REF_NAME"
   untracked: true
@@ -46,7 +48,7 @@ catalog:
   script:
     - su -c '/usr/local/bin/bundle exec rake catalog' cirunner
 
-#rspec:
+# rspec:
 #  stage: rspec
 #  script:
 #    - /usr/local/bin/bundle exec rake spec
@@ -74,7 +76,9 @@ ci.leap.se:
   only:
     - master@leap/platform
   script:
-    - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner
+    - >
+      su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
+      /usr/bin/ts' cirunner
 
 demo.bitmask.net:
   stage: deploy
@@ -84,7 +88,9 @@ demo.bitmask.net:
     - master
   when: manual
   script:
-    - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner
+    - >
+      su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
+      /usr/bin/ts' cirunner
 
 mail.bitmask.net:
   stage: deploy
@@ -94,4 +100,6 @@ mail.bitmask.net:
     - master
   when: manual
   script:
-    - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner
+    - >
+      su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
+      /usr/bin/ts' cirunner