From 26c9f86c94e7bc174eea1bfd0690b177265fee7d Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 9 Jun 2021 10:44:03 +0200
Subject: [PATCH] SW-966: Build lofar-pulp, not lofar-pipeline for pulp...

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98063249f70..a6bf7807d5c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,7 +134,7 @@ build_MCU_MAC:
 build_lofar_pulp_docker_image:
   stage: build
   script:
-    - docker build --build-arg BASE_VERSION=$CI_COMMIT_SHORT_SHA -t ci_lofar_pulp:$CI_COMMIT_SHORT_SHA Docker/lofar-pipeline
+    - docker build --build-arg BASE_VERSION=$CI_COMMIT_SHORT_SHA -t ci_lofar_pulp:$CI_COMMIT_SHORT_SHA Docker/lofar-pulp
   interruptible: true
   needs:
     - build_pulp_docker_image
-- 
GitLab