Skip to content
Snippets Groups Projects
Commit ddaf888e authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

Update .gitlab-ci.yml

parent f10386e6
No related branches found
No related tags found
No related merge requests found
Pipeline #44126 failed
...@@ -18,9 +18,9 @@ building-NPLib: ...@@ -18,9 +18,9 @@ building-NPLib:
- ninja install - ninja install
artifacts: artifacts:
paths: paths:
- lib - NPLib/lib
- include - NPLib/include
- bin - NPLib/bin
expire_in: 1 hour expire_in: 1 hour
building-NPSimulation: building-NPSimulation:
...@@ -34,9 +34,9 @@ building-NPSimulation: ...@@ -34,9 +34,9 @@ building-NPSimulation:
- ninja install - ninja install
artifacts: artifacts:
paths: paths:
- lib - NPSimulation/lib
- include - NPSimulation/include
- bin - NPSimulation/bin
expire_in: 1 hour expire_in: 1 hour
testing: testing:
......
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