Commit 82db206a authored by Clark Lin's avatar Clark Lin
Browse files

Update .gitlab-ci.yml file

parent 5fd6ce91
Pipeline #4 canceled with stage
...@@ -21,4 +21,6 @@ execute-job: # This job runs in the execute stage. ...@@ -21,4 +21,6 @@ execute-job: # This job runs in the execute stage.
script: script:
- echo "Execute application..." - echo "Execute application..."
- echo "Application successfully executed." - echo "Application successfully executed."
- echo "Current directory is $CI_PROJECT_DIR" - echo "Current directory is $CI_PROJECT_DIR"
\ No newline at end of file - cd $CI_PROJECT_DIR
- ll
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment