diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c8664d7e..c09ad0cd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,16 +76,12 @@ test: script: - *environment_information + - *run_tests - | if [[ -n "${CI_COMMIT_TAG}" ]]; then - *run_tests - echo "== Distro Test ==" ninja dist -C _build - else - echo "== Testing ==" - meson test -C _build --verbose --no-stdsplit fi except: