Skip to content
Snippets Groups Projects
Commit 58a5dd3d authored by Leonardo Baroncelli's avatar Leonardo Baroncelli
Browse files

ci dev

parent 3dcf2e3f
No related branches found
No related tags found
No related merge requests found
Pipeline #812 failed
......@@ -12,25 +12,25 @@ include:
code_quality:
variables:
CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18"
artifacts:
paths: [gl-code-quality-report.json]
code_quality_html:
extends: code_quality
variables:
REPORT_FORMAT: html
artifacts:
paths: [gl-code-quality-report.html]
build-job:
debug-job:
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- pwd
- ls -la
- env
- ls -la /alma/ACS-2020AUG/ACSSW/bin
only:
- start_acs_tests
test-job:
stage: test
script:
- /alma/ACS-2020AUG/ACSSW/bin/acsStart
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment