Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ce175513 authored by gama's avatar gama
Browse files

[CI] Fix install path

parent 16afff7a
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ build:linux: ...@@ -48,7 +48,7 @@ build:linux:
artifacts: artifacts:
expire_in: 2 hrs expire_in: 2 hrs
paths: paths:
- out/ci/install/ - out/install/x64-linux-ci/
# build:windows: # build:windows:
# stage: build # stage: build
...@@ -72,7 +72,7 @@ test:linux: ...@@ -72,7 +72,7 @@ test:linux:
# tags: # tags:
# - linux # - linux
script: script:
- ./out/ci/install/bin/sandbox_test - ./out/install/x64-linux-ci/bin/sandbox_test
dependencies: dependencies:
- build:linux - build:linux
......
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