diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index deba3f0e..9971e6ae 100644 --- a/tasks/deploy.yaml +++ b/tasks/deploy.yaml @@ -7,4 +7,4 @@ tasks: - name: gitlab-test-bundle actions: - description: Deploy the UDS bundle with Gitlab and its dependencies - cmd: uds deploy bundle/uds-bundle-gitlab-test-${UDS_ARCH}-*.tar.zst --confirm --no-progress + cmd: UDS_CONFIG=bundle/uds-config.yaml uds deploy bundle/uds-bundle-gitlab-test-${UDS_ARCH}-*.tar.zst --confirm --no-progress