diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d007014..31e671a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: - - mkarchiso -v -w workdir/ -o out/ . + - pacman -Scc + - mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ . artifacts: paths: - out/*