Skip to content

Commit

Permalink
[TEST] test gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricPenard committed Feb 27, 2024
1 parent be7fb4c commit 140e991
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ build-env:
expire_in: 1 day


test-unitaire:
stage: python-test

script:
- mkdir -p ${CONDA_ENVS_DIRS}
- conda env create -f environment.yml
- source activate netcdf-streaming-env
- nosetests chunkindex/test/test_*
#test-unitaire:
# stage: python-test
#
# script:
# - mkdir -p ${CONDA_ENVS_DIRS}
# - conda env create -f environment.yml
# - source activate netcdf-streaming-env
# - nosetests chunkindex/test/test_*

0 comments on commit 140e991

Please sign in to comment.