[gtk-web/new-website: 145/180] updated gitlab ci pipeline



commit 2c7304c0adf8e18a60a472264989a4dfc87a1e41
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Aug 13 19:22:22 2019 +0530

    updated gitlab ci pipeline

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54f1e31..2c6c5b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,9 +19,10 @@ api_data:
 gems:
   stage: installation
   script:
-  - gem install bundler jekyll
+  - gem install bundler
   - bundle install
 
+
 npm:
   stage: installation
   script:
@@ -49,6 +50,7 @@ structure:
 test:
   stage: test
   script:
+  - gem install jekyll
   - bundle exec jekyll build -d test
   artifacts:
     paths:
@@ -59,6 +61,7 @@ test:
 pages:
   stage: deploy
   script:
+  - gem install jekyll
   - bundle exec jekyll build -d public
   artifacts:
     paths:


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