diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b2665189d..0fdee9f2a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,8 +97,10 @@ lint: backend_tests: <<: *test_common services: - - postgres:15 - - redis + - name: postgres:15 + pull_policy: if-not-present + - name: redis + pull_policy: if-not-present script: - >- pnpm run build \