From 1b49beaf4b46f716d2f13eb85a516ed50d55245e Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 20 May 2022 14:02:31 +0200 Subject: [PATCH] testing ci with dev_requirements --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c001b11..ef1e1d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ clojure-image-test-publish: #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: