From b80d7af9fe536a0f401b1b33c321654c12f7a57c Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 19 Jul 2017 12:09:46 +0200 Subject: ci: add javascript runtime --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccbc2c6..fa28ee7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,9 @@ 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