Assume yes on dependencies installation
This commit is contained in:
+2
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user