Commit 53c9cd18 authored by Syed Bilal Raees's avatar Syed Bilal Raees

Update .gitlab-ci.yml

parent dcf47bb2
Pipeline #2125 failed with stages
in 8 seconds
......@@ -9,26 +9,26 @@ build-job:
- echo "complinoing the code"
- mkdir build/
- echo "my app binary file" > build/executable-binary-file-v1
#tags:
# - ci
tags:
- ci
unit-test-job:
stage: test
script:
- echo "running unit test job"
- cat $CI_PROJECT_DIR/build/executable-binary-file-v1
# tags:
# - ci
tags:
- ci
lint-test-job:
stage: test
script:
- echo "linting code "
tags:
- ci
deploy-job:
stage: deploy
script:
- echo "deploying"
tags:
- ci
tags:
- ci
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