diff options
author | Joris | 2017-05-09 11:59:38 +0200 |
---|---|---|
committer | Joris | 2017-05-09 11:59:38 +0200 |
commit | 1dfc8179cc4db51deac799653e4d1db1c7837a31 (patch) | |
tree | 9fbdcd72330eae61380cdf4810b883b6e7e1c60d | |
parent | b39d6c09acdd2a7a362ac3e879b50bf52216d719 (diff) |
Install with -y in ci for apt-get
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8074561..5856ae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ cache: build: script: - - apt-get update && apt-get install xz-utils make nodejs + - apt-get update && apt-get install -y xz-utils make nodejs - npm install bower - npm install purescript - npm install pulp |