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: test:
stage: test stage: test
script: script:
- dnf install node npm - dnf install -y node npm
- make deps-install - make deps-install
- make test - make test
@@ -42,7 +42,7 @@ build:
- tags - tags
- merge_requests - merge_requests
script: script:
- dnf install gnome-shell gettext - dnf install -y gnome-shell gettext
- make build - make build
artifacts: artifacts:
name: "$CI_COMMIT_REF_NAME" name: "$CI_COMMIT_REF_NAME"