summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-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