Loading .gitlab-ci.yml +10 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,16 @@ test-job2: - 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" - sleep 20 - git clone https://www.ict.inaf.it/gitlab/astri/scada/tcs.git test-job3: stage: test script: - 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 deploy-prod: stage: deploy Loading Loading
.gitlab-ci.yml +10 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,16 @@ test-job2: - 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" - sleep 20 - git clone https://www.ict.inaf.it/gitlab/astri/scada/tcs.git test-job3: stage: test script: - 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 deploy-prod: stage: deploy Loading