build:
     stage: build
     script:
-        - apt-get update && apt-get -y install build-essential git python3-dev python3-pip python3-setuptools python3-wheel pkg-config tcl-dev libreadline-dev bison flex libffi-dev
+        - apt-get update
+        - >-
+            apt-get -y install
+            build-essential git python3-dev python3-pip
+            python3-setuptools python3-wheel pkg-config tcl-dev
+            libreadline-dev bison flex libffi-dev
 
         - git clone https://github.com/YosysHQ/yosys.git ../yosys
         - pushd ../yosys