From 20277868cdc520ddeca9f22ed4e40e998e469630 Mon Sep 17 00:00:00 2001 From: Your Name <stephan.seitz@fau.de> Date: Tue, 3 Sep 2019 15:54:53 +0200 Subject: [PATCH] YES: install ninja! --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 543e11f..8643562 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ full: - $ENABLE_NIGHTLY_BUILDS image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full script: - - apt install ninja-build + - apt install -y ninja-build - python -m pip install -e . - python setup.py test - python setup.py doctest -- GitLab