[nautilus] CI: Actually remove the installation in before_script...



commit 31300d84efb46888be53d9427371c2c775e6755d
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Fri Mar 16 15:14:08 2018 +0000

    CI: Actually remove the installation in before_script...

 .gitlab-ci.yml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b91354196..9f242f809 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,6 @@
 stages:
 - build
 - test
-    
-before_script:
-- dnf install -y gcc meson gettext itstool redhat-rpm-config git
-                 gtk3-devel gnome-autoar-devel gnome-desktop3-devel
-                 gobject-introspection-devel libselinux-devel
-                 libxml2-devel tracker-devel desktop-file-utils
-                 libgexiv2-devel gcovr
-# Waiting for gcovr 3.5 to be released.
-- pip install git+https://github.com/gcovr/gcovr.git
 
 build:fedora:
     image: fedora:28
@@ -23,6 +14,7 @@ build:fedora:
     - meson _build . -Ddisplay-tests=false
 
 test:fedora:
+    image: fedora:28
     stage: test
     script:
     - dnf install -y gcc meson gettext itstool redhat-rpm-config git
@@ -30,6 +22,8 @@ test:fedora:
                  gobject-introspection-devel libselinux-devel
                  libxml2-devel tracker-devel desktop-file-utils
                  libgexiv2-devel gcovr
+    # Waiting for gcovr 3.5 to be released.
+    - pip install git+https://github.com/gcovr/gcovr.git
     - meson _build . -Db_coverage=true -Ddisplay-tests=false
     # Coverage data contains paths relative to the build directory,
     # so changing to it makes writing filter expressions easier.


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