updating ci

This commit is contained in:
Filip Bucek 2019-11-08 17:58:17 +01:00
parent 4ded480088
commit ee507683c6

View File

@ -3,7 +3,7 @@ stages:
- build
- test
# ########
##########
# Build
##########
build: # name of task
@ -20,9 +20,7 @@ build: # name of task
paths:
- build/
# ########
##########
# Test
##########
test:
@ -33,7 +31,6 @@ test:
- cd build
- make check
# memory leak check for unittest
valgrind:
stage: test