variables: stages: - container - build build-container: stage: container image: docker:dind only: - master script: - docker build -f ci-gnurl/Dockerfile -t gnurl . build-gnurl: stage: build image: gnurl:latest only: - master script: - ./buildconf ; ./configure ; make ; make -C tests test