- Vagrant version 1.9.1
- Virtual Box version 5.1.12
The official Centos7 Vagrant Box does not come with virtualbox Guest Addtions installed.
There is a Vagrant Plugin however which will automatically do this for you. Run command:
vagrant plugin install vagrant-vbguest
vagrant up --no-provision
CIURL=http://gitlab.com/ci CITOKEN=iczzrkesvKjemG5HVh1K NAME=my-runner vagrant provision