Skip to content

Commit e5c61d4

Browse files
authored
try to use new runners for gitlab CI (fastmachinelearning#879)
* try to use new runners for gitlab CI * test trigger * test trigger2 * update pytest/ci-template.yml
1 parent bc6fc08 commit e5c61d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generator:
77
stage: generate
88
image: python:3.8-alpine
99
tags:
10-
- docker
10+
- k8s-default
1111
before_script:
1212
- pip install pyyaml
1313
script:

test/pytest/ci-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
stage: test
33
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.4.base
44
tags:
5-
- docker
5+
- k8s-default
66
before_script:
77
- source ~/.bashrc
88
- if [ $EXAMPLEMODEL == 1 ]; then git submodule init; git submodule update; fi

0 commit comments

Comments
 (0)