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

Few clean-up

parent 055b51e7
No related branches found
No related tags found
No related merge requests found
image: localhost:5000/ubuntu_gcc
#before_script:
# - apt-get update
# - apt-get -y install cmake g++-7 gcovr bc
# - apt-get -y upgrade
cache:
key: "$CI_COMMIT_REF_SLUG"
......@@ -26,7 +22,6 @@ build:
tests:
stage: test
script:
- ls > /dev/null # seems necessary to ensure build is here...
- cd build
- make unit_tests
- make coverage-report
......@@ -36,7 +31,6 @@ pages:
dependencies:
- tests
script:
- ls > /dev/null # seems necessary to ensure build is here...
- rm -rf public/
- mv build/coverage/ public/
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment