diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e352ad06fe74641a37b97b02ac7da091a14b7d7..9b96d263b63983411e3e839699f35d51183feb30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,9 +54,7 @@ before_script:
   - git config --global user.email "${GITLAB_USER_EMAIL}"
   - echo "Get common settings"
   - git clone --depth=1 "$COMMON_CONFIG_REMOTE" "$COMMON_CONFIG_LOCAL"
-  - cd $COMMON_CONFIG_LOCAL
-  - cp $SETTINGS_XML ../$SETTINGS_XML
-  - cd ..
+  - cp $COMMON_CONFIG_LOCAL/$SETTINGS_XML ./$SETTINGS_XML
   - rm -rf $COMMON_CONFIG_LOCAL
 
 build:
diff --git a/pom.xml b/pom.xml
index 0574f54f5cd95cf58303b2ae8b9f56bbee168406..0e4d8395689c51766eaa8ee34784eda27f40d9e7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>no.nibio.vips</groupId>
         <artifactId>vips-parent-pom</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.3</version>
     </parent>
 
     <artifactId>VIPSCommon</artifactId>