stages: - test before_script: - uname -a .job-artifacts: &job-artifacts artifacts: paths: - logs when: always expire_in: 3 week test:getsrc: stage: test script: - ./.ci/install.sh git-core bash - ./.ci/run.sh ./getsrc.sh zlib image: debian:unstable <<: *job-artifacts