From b64e11adb3e79a416b7a67e0c6fcbc1bf8786b58 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Wed, 21 Aug 2019 17:23:39 +0200 Subject: [PATCH] use source activate --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f943c71..ae1b9ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ stages: changes: - Dockerfile - environment.yml - - .gitlab-ci.yml image: name: gcr.io/kaniko-project/executor:debug entrypoint: [""] @@ -42,7 +41,7 @@ build-env:ubuntu: &build-docker make: stage: test script: - - conda activate revtex-markdown-paper && make + - source activate revtex-markdown-paper && make artifacts: paths: - paper.pdf -- GitLab