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

use source activate

parent 786195a9
No related branches found
No related tags found
No related merge requests found
Pipeline #20228 failed
...@@ -13,7 +13,6 @@ stages: ...@@ -13,7 +13,6 @@ stages:
changes: changes:
- Dockerfile - Dockerfile
- environment.yml - environment.yml
- .gitlab-ci.yml
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]
...@@ -42,7 +41,7 @@ build-env:ubuntu: &build-docker ...@@ -42,7 +41,7 @@ build-env:ubuntu: &build-docker
make: make:
stage: test stage: test
script: script:
- conda activate revtex-markdown-paper && make - source activate revtex-markdown-paper && make
artifacts: artifacts:
paths: paths:
- paper.pdf - paper.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment