CI: run the script appropriately
This commit is contained in:
parent
d7c4f85fe4
commit
0225ffad00
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ test-job: # Check if the program works
|
|||
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
||||
environment: production
|
||||
script:
|
||||
- ./test.sh
|
||||
- . ./test.sh
|
||||
|
|
Loading…
Reference in a new issue