Skip to content
Snippets Groups Projects
Commit 809e25e9 authored by Patrick Breugnon's avatar Patrick Breugnon
Browse files

Update .gitlab-ci.yml file

parent 2d690744
No related branches found
No related tags found
No related merge requests found
Pipeline #235103 failed
......@@ -2,19 +2,19 @@ image: python:3.9-buster
before_script:
- apt-get update -y
- pip install -r requirements.txt
- pip install -r requirements.txt
build:
stage: test
script:
- make_test
- mkdir test
- mv public test/$CI_COMMIT_BRANCH
artefacts:
paths:
- test
untracked: false
when: on_succes
expire_in: 1 days
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
stage: test
script:
- make test
- mkdir test
- mv public test/$CI_COMMIT_BRANCH
artefacts:
paths:
- test
untracked: false
when: on_succes
expire_in: 1 days
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
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