diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84a12629..35a96152 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -229,6 +229,8 @@ freebsd:11.2@docker-check: # if the check was successful, we just skip recreating the docker image - test -e .img_ready && exit 0 + - apk add docker + - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY # create a Dockerfile with our dependencies |