Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line image: "mcanterb/asn1test:latest" before_script: - python3 --version stages: - process - check Loading @@ -19,6 +16,7 @@ process_asn: expire_in: 1 day check_asn_parse: image: python:3.9-slim-bullseye stage: check interruptible: true dependencies: Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line image: "mcanterb/asn1test:latest" before_script: - python3 --version stages: - process - check Loading @@ -19,6 +16,7 @@ process_asn: expire_in: 1 day check_asn_parse: image: python:3.9-slim-bullseye stage: check interruptible: true dependencies: Loading