Commit 5fd6ce91 authored by Clark Lin's avatar Clark Lin
Browse files

Update .gitlab-ci.yml file

parent 7b8f558c
Pipeline #3 failed with stage
...@@ -20,4 +20,5 @@ execute-job: # This job runs in the execute stage. ...@@ -20,4 +20,5 @@ execute-job: # This job runs in the execute stage.
stage: execute stage: execute
script: script:
- echo "Execute application..." - echo "Execute application..."
- echo "Application successfully executed." - echo "Application successfully executed."
\ No newline at end of file - echo "Current directory is $CI_PROJECT_DIR"
\ 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