From 25b41444a933ad0e458e023d012f16f903c2f7dc Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 24 Jul 2018 16:18:27 +1000 Subject: [PATCH] gitlab-ci: we don't need ragel for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29a2b838..6b046706 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ test: stage: test before_script: - pacman --noconfirm -Sy - - pacman --noconfirm -S cmake ragel + - pacman --noconfirm -S cmake script: - cd build - ctest -vvv