summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be9c9b555..09af64afc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ build:
stage: build
script:
- - dnf -y install gsound-devel # FIXME: Remove when new images built
+ - dnf -y install libudisks2-devel # FIXME: Remove when new images built
- *environment_information
- *build_procedure
@@ -78,6 +78,7 @@ test:
script:
- *environment_information
+ - dnf -y install libudisks2-devel # FIXME: Remove when new images built
- |
if [[ -n "${CI_COMMIT_TAG}" ]]; then
@@ -263,7 +264,7 @@ stop_review:
stage: manual
when: manual
script:
- - dnf -y install gsound-devel # FIXME: Remove when new images built
+ - dnf -y install libudisks2-devel # FIXME: Remove when new images built
- *environment_information
- *build_procedure
- *run_tests