Commit c2753aa
Changed files (1)
.gitlab-ci.yml
@@ -1,7 +1,7 @@
image: ruby:2.5
before_script:
- - curl -sL https://deb.nodesource.com/setup | bash -
+ - curl -sL https://deb.nodesource.com/setup_10.x | bash -
- apt-get update && apt-get install -y locales postgresql postgresql-client libpq-dev nodejs
- echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
- locale-gen