]> jfr.im git - irc/rizon/acid.git/blobdiff - .gitlab-ci.yml
conf: add validator for double
[irc/rizon/acid.git] / .gitlab-ci.yml
index 23b7ac70e9dff6692eaf269b9aed75532a3568c7..fddb277c1be28db6782914c554cd2fc89d50390b 100644 (file)
@@ -1,4 +1,4 @@
-image: maven:3-jdk-8
+image: maven@sha256:03257e9c22fa347a9ff589a3381018751e8bb36f0c505187d61731bff3a63c49
 
 before_script:
   - apt-get update
@@ -10,4 +10,4 @@ build:
     - git submodule init && git submodule update
     - cp pyva/libpyva/pyva-native/make.example.properties pyva/libpyva/pyva-native/make.properties
     - mvn -B test
-    - find pyva/pyva/src/main/python/ -name "*.py" -print0 | xargs -0 -n1 -I'{}' python -m py_compile {}
+    - find pyva/pyva/src/main/python/ -name "*.py" -print0 | xargs -0 -n1 -I'{}' python2 -m py_compile {}