Loading .gitlab-ci.yml +1 −3 Original line number Original line Diff line number Diff line compile_test: compile_test: tags: tags: - latex2 - ltx image: tianon/latex image: tianon/latex script: script: - ping -c 1 104.247.75.117 - ping -c 1 git.elphel.com - echo "test" > artifact.txt - echo "test" > artifact.txt artifacts: artifacts: paths: paths: Loading Loading
.gitlab-ci.yml +1 −3 Original line number Original line Diff line number Diff line compile_test: compile_test: tags: tags: - latex2 - ltx image: tianon/latex image: tianon/latex script: script: - ping -c 1 104.247.75.117 - ping -c 1 git.elphel.com - echo "test" > artifact.txt - echo "test" > artifact.txt artifacts: artifacts: paths: paths: Loading