build/gitlab-ci: fix typo

This commit is contained in:
Thomas Bernard 2019-04-03 14:41:10 +02:00
parent cce0a85e6f
commit a18ef87a5a
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -20,7 +20,7 @@ autoconf_build()
make distcheck
}
# Test autoconf build
# Test cmake build
cmake_build()
{
PATH="$(pwd)/tools/bin:$PATH"