Skip to content

Commit c8af543

Browse files
committed
Run Linux tests on bare metal
1 parent ac8b066 commit c8af543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ test:linux:
129129
- *if-merge-request
130130
- *if-main
131131
script:
132-
- gradle clean linuxX64Test jvmTest --stacktrace
132+
- ./gradlew clean linuxX64Test jvmTest --stacktrace
133133
tags:
134134
- linux
135-
- docker
135+
- shell
136136
- amd64
137137

138138
test:macos:

0 commit comments

Comments
 (0)