Skip to content
Snippets Groups Projects
Commit 21ec65bc authored by Meg Millhouse's avatar Meg Millhouse
Browse files

Update .gitlab-ci.yml

parent bb8e6ab5
Branches master
No related tags found
No related merge requests found
Pipeline #654273 passed
......@@ -84,7 +84,7 @@ bayeswave:
BayesWaveUtils:
stage: build
image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:latest
script:
- pushd BayesWaveUtils
- python setup.py install --prefix $BUILD_TARGET
......@@ -165,7 +165,7 @@ BayesWavePost:
bayeswave_pipe:
stage: test
image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:latest
script:
- ls $BUILD_DIR
- source $BUILD_DIR/bayeswave-user-env.sh
......
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