Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ test-job3: - echo "This job tests something, but takes more time than test-job1." - echo "After the echo commands complete, it runs the sleep command for 20 seconds" - echo "which simulates a test that runs 20 seconds longer than test-job1" - git clone git@git.ia2.inaf.it:astri/scada/tcs.git - git clone git@git.ia2.inaf.it:nicolo.parmiggiani/test_ci_2.git - ls -la deploy-prod: stage: deploy Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ test-job3: - echo "This job tests something, but takes more time than test-job1." - echo "After the echo commands complete, it runs the sleep command for 20 seconds" - echo "which simulates a test that runs 20 seconds longer than test-job1" - git clone git@git.ia2.inaf.it:astri/scada/tcs.git - git clone git@git.ia2.inaf.it:nicolo.parmiggiani/test_ci_2.git - ls -la deploy-prod: stage: deploy Loading