From 83cac22239d63666d15ff1a770df4f7cb7681eab Mon Sep 17 00:00:00 2001
From: gomezchavez <guillermo.gomez.external@atos.net>
Date: Fri, 3 Sep 2021 11:50:57 +0200
Subject: [PATCH] rerun with new patch to support NST

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b586cded..e997e66f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ before_script:  # TODO: how to reuse installation?
     - pip3 install IM/
     - git clone https://osm.etsi.org/gerrit/osm/osmclient.git
     - cd osmclient
-    - git fetch origin refs/changes/43/11143/2 && git checkout FETCH_HEAD
+    - git fetch origin refs/changes/43/11146/2 && git checkout FETCH_HEAD
     - cd ../
     - pip3 install -r osmclient/requirements.txt
     - pip3 install osmclient/
-- 
GitLab