Assume yes on dependencies installation

This commit is contained in:
Romain Vigier
2020-02-14 01:40:57 +01:00
parent 52a62aa0ae
commit bae2f18e40
+2 -2
View File
@@ -32,7 +32,7 @@ before_script:
test:
stage: test
script:
- dnf install node npm
- dnf install -y node npm
- make deps-install
- make test
@@ -42,7 +42,7 @@ build:
- tags
- merge_requests
script:
- dnf install gnome-shell gettext
- dnf install -y gnome-shell gettext
- make build
artifacts:
name: "$CI_COMMIT_REF_NAME"