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'