Skip to content
Snippets Groups Projects
Commit 27672969 authored by Dimitrios Vergados's avatar Dimitrios Vergados
Browse files

Set project name in variable

parent 5e04418f
Branches
No related tags found
No related merge requests found
Pipeline #2923 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment