diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74fec4c..1a9a9b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ stages: # List of stages for jobs, and their order of execution sync-docs-job: # This job runs in the build stage, which runs first. stage: sync script: + - apt-get update - apt-get install curl - curl -L https://github.com/Kerwood/confluence-updater/releases/latest/download/confluence-updater-x86_64-unknown-linux-musl -o confluence-updater - chmod +x confluence-updater