Skip to content
Snippets Groups Projects
Commit cf99ef8e authored by Meck, Tobias's avatar Meck, Tobias :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 2e2795e3
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,10 @@ cache: ...@@ -23,9 +23,10 @@ cache:
- .cache/pip - .cache/pip
- venv/ - venv/
before_script: setup_env:
rules: rules:
- if: '$CI_PROJECT_NAMESPACE == "https://git.rwth-aachen.de/fst-tuda/public/lehre/" - if: '$CI_PROJECT_NAMESPACE == "https://git.rwth-aachen.de/fst-tuda/public/lehre/"'
script:
- python --version # For debugging - python --version # For debugging
- pip install virtualenv - pip install virtualenv
- virtualenv venv - virtualenv venv
...@@ -35,7 +36,7 @@ before_script: ...@@ -35,7 +36,7 @@ before_script:
test: test:
rules: rules:
- if: '$CI_PROJECT_NAMESPACE == "https://git.rwth-aachen.de/fst-tuda/public/lehre/" - if: '$CI_PROJECT_NAMESPACE == "https://git.rwth-aachen.de/fst-tuda/public/lehre/"'
tags: tags:
- env:docker - env:docker
script: script:
...@@ -49,7 +50,7 @@ test: ...@@ -49,7 +50,7 @@ test:
run: run:
rules: rules:
- if: '$CI_PROJECT_NAMESPACE == "https://git.rwth-aachen.de/fst-tuda/public/lehre/" - if: '$CI_PROJECT_NAMESPACE == "https://git.rwth-aachen.de/fst-tuda/public/lehre/"'
tags: tags:
- env:docker - env:docker
script: script:
......
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