Skip to content
Snippets Groups Projects
Commit 73d47f0f authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Update .gitlab-ci.yml

parent 244ea24e
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ test:debian:
script:
- cd build
- make
- make test
- ctest -VV -I 2,2
#- make test
dependencies:
- build:debian
artifacts:
......@@ -76,7 +77,8 @@ test:ubuntu:
script:
- cd build
- make
- make test
- ctest -VV -I 2,2
#- make test
dependencies:
- build:ubuntu
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment