summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-07-19 17:22:17 +0200
committerVarac <varac@leap.se>2017-07-19 17:22:17 +0200
commite3628a944d0a54c1c4d4258ea896ed34e2c31dc2 (patch)
tree2a11a024c45930f53d776df34845ea24367b8fcd
parent9c23e8a09008e2796dad21d3dce7b9c70e985eb1 (diff)
Remove broken test stage
-rw-r--r--.gitlab-ci.yml15
1 files 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