Install Meson

The current Fedora image does not have Meson installed.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eac6246..508efaf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,8 @@
   stage: docs
   needs: []
   script:
+    - export PATH="$HOME/.local/bin:$PATH"
+    - pip3 install --user meson
     - sh -x ./download-reference.sh
     - sh -x ./prepare-docs.sh docs
   artifacts: