1 2 3 4 5 6 7 8 9 10 11 12 13 14
artifacts: paths: - file1 - test/file2 inside_docker: image: ubuntu path: / script: - cp /etc/os-release file1 - mkdir test - touch test/file2