From cb41d3044f4a9b95f9411db72701dda11a87c6ea Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 20 May 2022 14:43:26 +0200 Subject: [PATCH] trying fixed docker version --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef1e1d6..c1dd8b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,17 +42,16 @@ pypi-stable: - pyb -P version=$CI_COMMIT_TAG publish upload clojure-image-test-publish: - image: domaindrivenarchitecture/devops-build:latest + image: domaindrivenarchitecture/devops-build:0.15.5 stage: image # JUST FOR DEBUGGING #rules: # - if: '$CI_COMMIT_TAG != null' script: - - pip install -r dev_requirements.txt - cd infrastructure/clojure && pyb image test publish devops-build-image-test-publish: - image: domaindrivenarchitecture/devops-build:latest + image: domaindrivenarchitecture/devops-build:0.15.5 stage: image #rules: # - if: '$CI_COMMIT_TAG != null'