Skip to content

Commit bd2ef09

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents ee1825f + e5c61d4 commit bd2ef09

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)