Commit 3794b6e6 authored by Yohan Jarosz's avatar Yohan Jarosz

fix gilab ci

parent 6d9de912
Pipeline #1707 failed with stages
in 1 minute and 10 seconds
...@@ -11,15 +11,15 @@ databases: ...@@ -11,15 +11,15 @@ databases:
stage: manual stage: manual
when: manual when: manual
script: script:
- mkdir -p $CI_PROJECT_DIR/$CI_BUILD_ID - pip3.4 install --editable . --user
- impy -s . -c $CI_PROJECT_DIR/test/default.conf.json -d $CI_PROJECT_DIR/$CI_BUILD_ID init - mkdir -p $CI_PROJECT_DIR/$CI_BUILD_ID
- impy -s . -c $CI_PROJECT_DIR/test/default.conf.json -d $CI_PROJECT_DIR/$CI_BUILD_ID init
INIT # INIT
i-cl: i-cl:
stage: init stage: init
script: script:
- pytest - pytest
i-with-another-filter: i-with-another-filter:
stage: init stage: init
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment