summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPablo Correa Gómez <ablocorrea@hotmail.com>2022-10-21 15:19:32 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-10-25 19:02:33 +0000
commit40ebc30fb8610d86a34d6f61d0f6819f84bef61b (patch)
treec2cbdef7a3659302a7699ae830b8e20b6f07ba85 /.gitlab-ci.yml
parent0043a47e850e3bb5511866047814dce274f8452e (diff)
downloadgnome-control-center-40ebc30fb8610d86a34d6f61d0f6819f84bef61b.tar.gz
ci: Make sure the project is built before running the tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83fa9500f..f832fbcd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -224,6 +224,7 @@ test:
script:
- dnf -y install setxkbmap
- *environment_information
+ - *build_procedure
- *run_tests
- |