Skip to content
  • Olav Morken's avatar
    GitLab CI: Avoid Docker-in-Docker · ce032e48
    Olav Morken authored
    GitLab CI already runs all jobs in Docker. Running new Docker commands
    requires us to use Docker-in-Docker.
    
    In this case, this is unnecessary and unnecessarily complicated. We
    can simply let GitLab CI run the required containers for us.
    
    Instead of starting a new Docker container to build the package
    ce032e48