Commit 93cec17a authored by karishma.anupuru's avatar karishma.anupuru

Update .gitlab-ci.yml

parent a21d3f19
Pipeline #37782 failed with stage
in 12 seconds
stages: stages:
- build - build
- test
build-code-job: build:
stage: build
tags: tags:
- http - http
stage: build
script: script:
- docker build -t soya:s . - docker info
- docker build -t sony .
- docker run -p 8082:8082 sony
test-code-job1:
stage: test
script:
- echo "Tested"
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