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

Update .gitlab-ci.yml

parent b81d0ddd
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ test:debian:
stage: test
script:
- cd build
- make
- make test
dependencies:
- build:debian
......@@ -74,6 +75,7 @@ test:ubuntu:
stage: test
script:
- cd build
- make
- make test
dependencies:
- build:ubuntu
......
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