From 9159226708d97797ef0acc2467820dbf5f699269 Mon Sep 17 00:00:00 2001 From: gomezchavez <guillermo.gomez.external@atos.net> Date: Wed, 15 Sep 2021 11:57:43 +0200 Subject: [PATCH] updated reference to osmclient patch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9995b7f3..c63857b8 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/78/11178/3 && git checkout FETCH_HEAD + - git fetch origin refs/changes/78/11178/4 && git checkout FETCH_HEAD - cd ../ - pip3 install -r osmclient/requirements.txt - pip3 install osmclient/ -- GitLab