Commit 9e39f373 authored by canterburym's avatar canterburym
Browse files

Trying new docker image

parent a906969d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
image: "python:3.7"
image: "mcanterb/forge-cicd:latest"

before_script:
  - python3 --version
@@ -35,6 +35,6 @@ compileASN1:
    - pip3 install -q asn1tools
  stage: Compile
  script:
  - python3 testing/lint_asn1.py
  - python3 testing/compile_asn1.py
  allow_failure: true