diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd18fe6afc432c2c307b665df62e734e09776ac0..45e1fc1cce11e769a74c879e7be5a2ad40be3bea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,5 @@ include:
 variables:
   DOCKER_IMAGE_NAME: backbone-adapter-javascript
   CI_SKIP_RELEASE: 1
-  CI_SKIP_BUILD: 1
   CI_SKIP_LINT: 1
   LINTER_IMAGE: node:18
\ No newline at end of file
diff --git a/run-tests.sh b/run-tests.sh
index 848ec250fbbbb15351f7dd8ec5b92f67a5d2952b..4c13b52f3f408e2f432531e7e569696e97638792 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,5 +1,7 @@
 yarn install
 yarn copytests
 yarn test
+# Need to tidy up things with 'root' permissions in the docker container
+# As can't do it on the gitlab runner
 rm -rf node_modules test/features
 find test/fixtures -name "*.json" -type f -delete
\ No newline at end of file