Skip to content
Snippets Groups Projects
Commit 786195a9 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

activate the conda env

parent eadbe1e0
No related branches found
No related tags found
No related merge requests found
Pipeline #20226 failed
......@@ -39,11 +39,10 @@ build-env:ubuntu: &build-docker
## Test Jobs
make: &make
<<: *build-docker
make:
stage: test
script:
- make
- conda activate revtex-markdown-paper && make
artifacts:
paths:
- paper.pdf
......@@ -34,4 +34,4 @@ COPY environment.yml /environments/
RUN conda-env create -f /environments/environment.yml
ENTRYPOINT [ "/usr/bin/tini", "--" ]
CMD [ "/bin/bash" ]
\ No newline at end of file
CMD [ "/bin/bash" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment