Skip to content
Snippets Groups Projects
Commit b9048be7 authored by Natalia Miakushina's avatar Natalia Miakushina
Browse files

Fixes artifacts: debug

parent 22c29c52
No related branches found
No related tags found
No related merge requests found
Pipeline #90841 passed
......@@ -15,21 +15,21 @@ variables:
run_compile_test:
stage: compile_test
image: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:latest
image: iopsys/code-analysis
allow_failure: false
script:
- "./gitlab-ci/install-dependencies.sh"
- "./gitlab-ci/compile-warns.sh"
artifacts:
when: always
paths:
- ${CI_PROJECT_DIR}/
- functional-test-coverage.xml
- timestamp.log
- coverage.tar.gz
- timestamp
#run_functional_test:
# stage: functional_test
# image: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis
# image: iopsys/code-analysis-dev
# allow_failure: false
# script:
# - "./gitlab-ci/install-dependencies.sh"
......@@ -40,12 +40,13 @@ run_compile_test:
# when: always
# paths:
# - functional-test-coverage.xml
# - timestamp.log
# - unit-test-coverage.xml #according to ./gitlab-ci/functional-test.sh
# - timestamp
# - coverage.tar.gz
#run_checkpatch:
# stage: checkpatch
# image: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:latest
# image: iopsys/code-analysis-dev
# allow_failure: false
# script:
# - "./gitlab-ci/coding-style.sh"
......
......@@ -76,6 +76,6 @@ supervisorctl status all
gcovr -r .
# Artefact
gcovr -r . --xml -o ./unit-test-coverage.xml
date +%s > timestamp.log
date +%s > timestamp
#echo "$0 Return status ${ret}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment