stages: - test-ip-a before_script: - export DEBIAN_FRONTEND=noninteractive - echo "Preparing the container for builds" build-test-ip-a: stage: test-ip-a image: debian:stable allow_failure: true dependencies: [] script: - whoami - cat /etc/hosts - touch newfile.txt - pwd - echo "Hello" > newfile.txt - scp newfile.txt root@aptly:/tmp