Skip to content

Commit 3aa7dee

Browse files
committed
fix ci
1 parent 779e055 commit 3aa7dee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ matlab:build:macos:
232232
stage: matlab:build
233233
tags:
234234
- macos
235+
- clarus
235236
needs: [download:macos]
236237
script:
237238
- mkdir -p macos/matlab
@@ -252,6 +253,7 @@ matlab:build:macos_arm:
252253
stage: matlab:build
253254
tags:
254255
- macos-arm64
256+
- stan
255257
needs: [download:macos_arm]
256258
script:
257259
- mkdir -p macos_arm/matlab
@@ -357,6 +359,7 @@ matlab:test:macos:
357359
stage: matlab:test
358360
tags:
359361
- macos
362+
- clarus
360363
needs: [download:macos, matlab:build:macos]
361364
before_script:
362365
- PATH=$PWD/macos/gdx:$PATH
@@ -379,6 +382,7 @@ matlab:test:macos_arm:
379382
stage: matlab:test
380383
tags:
381384
- macos-arm64
385+
- stan
382386
needs: [download:macos_arm, matlab:build:macos_arm]
383387
before_script:
384388
- PATH=$PWD/macos_arm/gdx:$PATH

0 commit comments

Comments
 (0)