diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32e10d1f..f0ec1809 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ tests: - chown -R testuser . - chmod -R go-w . script: - - LANG=C.UTF-8 su testuser -c 'make test' + - LANG=C.UTF-8 su testuser -c './configure && make test' artifacts: when: always paths: