[gnome-settings-daemon/benzea/test-no-output-checker] ci: Fix distro test for tagged commits




commit ecbfbead6cbf73a1a013c4279a6d448bc82ce826
Author: Benjamin Berg <bberg redhat com>
Date:   Mon Feb 15 12:32:01 2021 +0100

    ci: Fix distro test for tagged commits

 .gitlab-ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89e54681..8390916e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -135,16 +135,11 @@ 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]