[gnome-shell/wip/fmuellner/ci-test] More debug



commit 23e6672bbbbff84e9c887984506cb301142515e4
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Feb 13 04:00:51 2019 +0100

    More debug

 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 706c3fab9..981994637 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,10 +8,8 @@ variables:
     POT_LOG: "pot-update.txt"
 
 js_check:
-    image: registry.gitlab.gnome.org/gnome/gnome-shell/master:v1
+    image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v1
     stage: source_check
-    before_script:
-        - dnf install -y findutils mozjs60-devel
     script:
         - find js -name '*.js' -exec js60 -c -s '{}' ';' 2>&1 | tee $JS_LOG
         - (! grep -q . $JS_LOG)
@@ -52,8 +50,6 @@ build:
 test:
     image: registry.gitlab.gnome.org/gnome/gnome-shell/master:v1
     stage: test
-    dependencies:
-        - build
     before_script:
         - ninja -C mutter/build install
     script:
@@ -67,11 +63,10 @@ test:
 test-pot:
     image: registry.gitlab.gnome.org/gnome/gnome-shell/master:v1
     stage: test
-    dependencies:
-        - build
     script:
         # Check that pot files are generated correctly:
         # https://savannah.gnu.org/bugs/?50920#comment5
+        - ninja -C build gnome-shell-pot
         - ninja -C build gnome-shell-pot 2>&1 | awk '
             BEGIN { start=0; }
             start==1 { print $0; }


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