Automating Devops With Gitlab Ci/cd Pipelines Read Online |verified| (Edge)
deploy: image: registry.gitlab.com/gitlab-org/cluster-integration/gitlab-agent/cli:latest script: - agentk deploy --namespace myapp --manifest manifest.yaml
test: script: npm test artifacts: reports: junit: junit.xml paths: - coverage/ expire_in: 1 week automating devops with gitlab ci/cd pipelines read online
