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

Update .gitlab-ci.yml

parent 47ce4d00
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ build:debian:
- cd ..
- python -c 'import hysop'
- cd build
- make uninstall
- echo $'y\n'|make uninstall
- make clean
artifacts:
paths:
......@@ -57,7 +57,7 @@ build:ubuntu:
- cd ..
- python -c 'import hysop'
- cd build
- make uninstall
- echo $'y\n'|make uninstall
- make clean
artifacts:
paths:
......
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