From a2a195b4e457d802ff98cad5ecb8a9a0b3cccf9d Mon Sep 17 00:00:00 2001
From: Raphael Defosseux <raphael.defosseux@eurecom.fr>
Date: Fri, 17 Mar 2023 17:26:57 +0100
Subject: [PATCH] feat(test): UL/CL tutorial now mandatory for AMF

Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
---
 ci-scripts/Jenkinsfile-GitLab-Tutorial-Check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-scripts/Jenkinsfile-GitLab-Tutorial-Check b/ci-scripts/Jenkinsfile-GitLab-Tutorial-Check
index 8a5e86cb..a3c19494 100644
--- a/ci-scripts/Jenkinsfile-GitLab-Tutorial-Check
+++ b/ci-scripts/Jenkinsfile-GitLab-Tutorial-Check
@@ -145,7 +145,7 @@ pipeline {
                 run_static_ue_ip = true
                 run_vpp_upf = true
                 run_slicing_w_nssf = true
-                run_ulcl_pcf = false
+                run_ulcl_pcf = true
               }
             }
             if (ii == SMF) {
-- 
GitLab