Loading test1.yml +6 −3 Original line number Diff line number Diff line Loading @@ -9,8 +9,11 @@ test: stage: test script: - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@netsim.cs.uowm.gr/gitlab/dist_syst/pd_test_1 - cp *.js jstests/ - cd jstests/ - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@netsim.cs.uowm.gr/gitlab/dist_syst/${TEST_NAME} - cp *.js ${TEST_NAME}/ - cd ${TEST_NAME}/ - npm install - npm test variables: TEST_NAME: pd_test_1 Loading
test1.yml +6 −3 Original line number Diff line number Diff line Loading @@ -9,8 +9,11 @@ test: stage: test script: - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@netsim.cs.uowm.gr/gitlab/dist_syst/pd_test_1 - cp *.js jstests/ - cd jstests/ - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@netsim.cs.uowm.gr/gitlab/dist_syst/${TEST_NAME} - cp *.js ${TEST_NAME}/ - cd ${TEST_NAME}/ - npm install - npm test variables: TEST_NAME: pd_test_1