Skip to content

Commit ef86217

Browse files
committed
Use correct artifacts path
Still on #21
1 parent 64d8971 commit ef86217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variables:
4141
- linux
4242
artifacts:
4343
paths:
44-
- build
44+
- ../build
4545

4646
# Build steps to inherit from
4747
.build_template:
@@ -51,7 +51,7 @@ variables:
5151
- linux
5252
artifacts:
5353
paths:
54-
- build
54+
- ../build
5555

5656
# Test steps to inherit form
5757
.test_template:

0 commit comments

Comments
 (0)