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

Update .gitlab-ci.yml file

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