From d1238e27e1f7cd846fc698b59b5ad042c3c2217b Mon Sep 17 00:00:00 2001 From: Varac Date: Wed, 19 Jul 2017 17:22:17 +0200 Subject: Remove broken test stage --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa28ee7..ab245e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,14 @@ cache: paths: - vendor/ruby -test: - stage: test - script: "bundle exec rake test" - before_script: - - sudo apt update && sudo apt install nodejs - - bundle - allow_failure: true +#test: +# stage: test +# script: "bundle exec rake test" +# before_script: +# - sudo apt update && sudo apt install nodejs +# - bundle +# allow_failure: true + deploy: stage: deploy -- cgit v1.2.3