Skip to content
Snippets Groups Projects
Commit cf99ef8e authored by Meck, Tobias's avatar Meck, Tobias 💬
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:
- .cache/pip
- venv/
before_script:
setup_env:
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
- pip install virtualenv
- virtualenv venv
......@@ -35,7 +36,7 @@ before_script:
test:
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:
- env:docker
script:
......@@ -49,7 +50,7 @@ test:
run:
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:
- env:docker
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