diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e4547df..e04075cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,5 @@ build-rofi: - ./configure --enable-gcov - make - make check + - make test-x - make distcheck