Skip to content
Snippets Groups Projects
Commit 6cc5c0e6 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove redundant target

run_unit_tests while performing coverage
parent 46a881fc
No related branches found
No related tags found
1 merge request!19Feature/ci
...@@ -17,7 +17,6 @@ build:gcc8-seq-dbg: ...@@ -17,7 +17,6 @@ build:gcc8-seq-dbg:
- build/gcc8-dbg - build/gcc8-dbg
untracked: true untracked: true
test:gcc8-seq-dbg: test:gcc8-seq-dbg:
image: localhost:5000/ubuntu_gcc8 image: localhost:5000/ubuntu_gcc8
stage: test stage: test
...@@ -53,7 +52,6 @@ test:clang8-seq-coverage: ...@@ -53,7 +52,6 @@ test:clang8-seq-coverage:
- build:clang8-seq-coverage - build:clang8-seq-coverage
script: script:
- cd build/clang8-cov - cd build/clang8-cov
- make run_unit_tests
- make coverage - make coverage
cache: cache:
key: "${CI_COMMIT_REF_SLUG}-clang8-cov" key: "${CI_COMMIT_REF_SLUG}-clang8-cov"
...@@ -82,7 +80,6 @@ test:clang8-mpi-coverage: ...@@ -82,7 +80,6 @@ test:clang8-mpi-coverage:
- build:clang8-mpi-coverage - build:clang8-mpi-coverage
script: script:
- cd build/clang8-cov-mpi - cd build/clang8-cov-mpi
- make run_unit_tests
- make coverage - make coverage
cache: cache:
key: "${CI_COMMIT_REF_SLUG}-clang8-cov-mpi" key: "${CI_COMMIT_REF_SLUG}-clang8-cov-mpi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment