diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adac35534acb8ae2658fe8f4b8bd28e0a8d367e7..1f6c6c2dee0cce2332329946050d06b7d4f1ae7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,10 @@ before_script:  # TODO: how to reuse installation?
     - git clone https://osm.etsi.org/gerrit/osm/IM.git
     - pip3 install -r IM/requirements.txt
     - pip3 install IM/
-    - git clone https://osm.etsi.org/gerrit/osm/osmclient.git@a06653517f253a15b10914d067c95d163f734ac2
+    - git clone https://osm.etsi.org/gerrit/osm/osmclient.git
+    - cd osmclient
+    - git fetch origin refs/changes/43/11143/2 && git checkout FETCH_HEAD
+    - cd ../
     - pip3 install -r osmclient/requirements.txt
     - pip3 install osmclient/
     - rm -rf osmclient/ IM/