From 879f951aaf6a0a74aa43e1c4eafb60db1094eabe Mon Sep 17 00:00:00 2001
From: Nicolo Parmiggiani <nicolo.parmiggiani@inaf.it>
Date: Fri, 2 Jul 2021 17:57:39 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 57 +++++++++++++++++++++++++++-----------------------
 1 file changed, 31 insertions(+), 26 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd3f2cf..021e32d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,33 +76,38 @@ build-job:
   script:
     - echo "Hello, $GITLAB_USER_LOGIN!"
 
-test-job1:
+test-job:
   stage: test
   script:
-    - echo "This job tests something"
-    - source /alma/ACS-2020AUG/ACSSW/config/.acs/.bash_profile.acs
-    - acsStart
+    - echo "test 1"
+
+#test-job1:
+#  stage: test
+#  script:
+#    - echo "This job tests something"
+#    - source /alma/ACS-2020AUG/ACSSW/config/.acs/.bash_profile.acs
+#    - acsStart
   
 
-test-job2:
-  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 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:nicolo.parmiggiani/test_ci_2.git
-    - ls -la 
-
-deploy-prod:
-  stage: deploy
-  script:
-    - echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
+#test-job2:
+#  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 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:nicolo.parmiggiani/test_ci_2.git
+#    - ls -la 
+
+#deploy-prod:
+#  stage: deploy
+#  script:
+#    - echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
-- 
GitLab