diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e32f71cc7dd8c54ac3a392669f9d7c7fbefb925e..772a01817196935f39a9509f6f6bf9094ba87fb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ variables: cache: paths: - .cache/pip + - /var/lib/docker stages: # - building # - linting @@ -113,4 +114,5 @@ docker_images: - touch /root/.Xauthority # Hack BASH_SOURCE into sourced files, docker its sh shell won't set this - export BASH_SOURCE=$(pwd)/bootstrap/etc/lofar20rc.sh - - docker info + - cd docker-compose + - make pull