From 0475eb7d720634729752088996754d5f7cd8c579 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Thu, 11 Nov 2021 09:07:31 +0000
Subject: [PATCH] L2SS-205: Pull and cache images

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e32f71cc7..772a01817 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
-- 
GitLab