From b1b2601f81d8dc0bfa6cc164eecc907b00762005 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl>
Date: Wed, 20 Sep 2023 11:04:39 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea64338e8..a2e2db94b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -288,7 +288,6 @@ integration_test_docker:
     #    Do not remove 'bash' or statement will be ignored by primitive docker shell
     - export TAG="$tag"
     #    L2SS-1173: Build base lofar device image
-    - make base
     - bash -e $CI_PROJECT_DIR/sbin/run_integration_test.sh --no-build
   after_script:
     #    Collect output of all containers
-- 
GitLab