Skip to content

Commit ac4f8c4

Browse files
committed
Update pytest docker image to 0.5.4
1 parent a357b7a commit ac4f8c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/pytest/ci-template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.pytest:
22
stage: test
3-
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.4.base
3+
image: gitlab-registry.cern.ch/fastmachinelearning/hls4ml-testing:0.5.4.base
44
tags:
55
- k8s-default
66
before_script:
77
- source ~/.bashrc
8+
- git config --global --add safe.directory /builds/fastmachinelearning/hls4ml
89
- git submodule update --init --recursive hls4ml/templates/catapult/
910
- if [ $EXAMPLEMODEL == 1 ]; then git submodule update --init example-models; fi
1011
- conda activate hls4ml-testing

0 commit comments

Comments
 (0)