Commit 86861033 authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

fix(CI): try to pull base image before build

parent d4a92e49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ before_script:
  - source environment
  - ulimit -n 65000
  - docker pull "$CI_REGISTRY_IMAGE" || true
  - docker pull "$BASE"
  - >
      docker build
      --ulimit nofile=90000