]> jfr.im git - irc/rizon/acid.git/blobdiff - .gitlab-ci.yml
conf: add validator for double
[irc/rizon/acid.git] / .gitlab-ci.yml
index bd30567e6c4f55ff1354c674cd559d0168e5a5bb..fddb277c1be28db6782914c554cd2fc89d50390b 100644 (file)
@@ -1,8 +1,8 @@
-image: maven:3-jdk-8
+image: maven@sha256:03257e9c22fa347a9ff589a3381018751e8bb36f0c505187d61731bff3a63c49
 
 before_script:
   - apt-get update
-  - apt-get install -y build-essential libpython-dev
+  - apt-get install -y build-essential libpython2-dev
 
 build:
   script:
@@ -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 {}