Loading .gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -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