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