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

fix(ci): increase maximum number of open file descriptors

parent a6e68419
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ before_script:
  - source environment
  - docker pull "$CI_REGISTRY_IMAGE" || true
  - |
      docker build --cache-from "$CI_REGISTRY_IMAGE" --pull
      docker build --ulimit nofile=9000 --cache-from "$CI_REGISTRY_IMAGE" --pull
      --build-arg "BASE=$BASE"
      --build-arg "LDAP_PLUGIN_URL=$LDAP_PLUGIN_URL"
      --build-arg login_text="${LOGIN_TEXT}"