Commit 3d45c55

mo <mo.khan@gmail.com>
2018-12-08 03:40:12
install unzip
1 parent 280cb1f
Changed files (1)
.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: ruby:2.5
 
 before_script:
   - curl -sL https://deb.nodesource.com/setup_10.x | bash -
-  - apt-get update && apt-get install -y locales postgresql postgresql-client libpq-dev nodejs
+  - apt-get update && apt-get install -y locales postgresql postgresql-client libpq-dev nodejs unzip
   - echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
   - locale-gen
   - export LC_ALL=en_US.UTF-8