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

Update .gitlab-ci.yml

parent 2f1c6e70
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ build:debian: ...@@ -26,7 +26,7 @@ build:debian:
- echo $'y\n'|make uninstall - echo $'y\n'|make uninstall
- make clean - make clean
dependencies: dependencies:
- configure:debian - config:debian
artifacts: artifacts:
paths: paths:
- build/ - build/
...@@ -64,7 +64,7 @@ build:ubuntu: ...@@ -64,7 +64,7 @@ build:ubuntu:
- echo $'y\n'|make uninstall - echo $'y\n'|make uninstall
- make clean - make clean
dependencies: dependencies:
- configure:ubuntu - config:ubuntu
artifacts: artifacts:
paths: paths:
- build/ - build/
......
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