Skip to content

Commit

Permalink
Use micromambe install in test_docker_template
Browse files Browse the repository at this point in the history
  • Loading branch information
k-knosala committed Nov 16, 2023
1 parent 167c027 commit 5bf8d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ variables:
stage: test
image: jugit-registry.fz-juelich.de/iek-3/shared-code/fine/fine-dev:latest
before_script:
- micromamba update -n base -y --file=requirements_dev.yml
- micromamba install -n base -y --file=requirements_dev.yml
rules:
# Do not run for pushes to master or develop and for merge requests to master
- if: $CI_COMMIT_BRANCH == "master"
Expand Down

0 comments on commit 5bf8d6b

Please sign in to comment.