Update .gitlab-ci.yml file
This commit is contained in:
@@ -19,10 +19,12 @@
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- test
|
||||
|
||||
|
||||
test-job: # This job runs in the deploy stage.
|
||||
stage: test # It only runs when *both* jobs in the test stage complete successfully.
|
||||
environment: production
|
||||
script:
|
||||
- echo "Translating text..."
|
||||
- uname -a
|
||||
- python -v
|
||||
- echo "Text successfully translated."
|
||||
|
||||
Reference in New Issue
Block a user