From b97fc2eb6930cf99d098dec86ec3683fc60bc451 Mon Sep 17 00:00:00 2001
From: Your Name <stephan.seitz@fau.de>
Date: Tue, 3 Sep 2019 15:52:24 +0200
Subject: [PATCH] Experimentally add ninja-build to full CI

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ab8e4b..543e11f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,6 +63,7 @@ full:
       - $ENABLE_NIGHTLY_BUILDS
   image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
   script:
+    - apt install ninja-build
     - python -m pip install -e .
     - python setup.py test
     - python setup.py doctest
-- 
GitLab