We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee1825f + e5c61d4 commit bd2ef09Copy full SHA for bd2ef09
.gitlab-ci.yml
@@ -7,7 +7,7 @@ generator:
7
stage: generate
8
image: python:3.8-alpine
9
tags:
10
- - docker
+ - k8s-default
11
before_script:
12
- pip install pyyaml
13
script:
test/pytest/ci-template.yml
@@ -2,7 +2,7 @@
2
stage: test
3
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.4.base
4
5
6
- source ~/.bashrc
- if [ $EXAMPLEMODEL == 1 ]; then git submodule init; git submodule update; fi
0 commit comments