6. symlink /var/lib/docker/ to /local/docker. This works with the following script:
6. symlink /var/lib/docker/ to /local/docker. This maybe works with the following script. But last time the move actually destroyed the docker installation (which could be fixed by reinstalling docker-ce).
```
```
systemctl stop docker
systemctl stop docker
mv /var/lib/docker /local/docker
mv /var/lib/docker /local/docker
...
@@ -76,3 +76,23 @@ docker login
...
@@ -76,3 +76,23 @@ docker login
docker push ralfjung/opam-ci:opam2
docker push ralfjung/opam-ci:opam2
```
```
## Testing the gitlab runner
The gitlab runner can be tested by creating a `.gitlab-ci.yml` file in a new directory,