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

This commit is contained in:
Sven Feyerabend 2021-05-25 16:52:46 +02:00
parent d4a92e498c
commit 868610334c
1 changed files with 1 additions and 0 deletions

View File

@ -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