Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nwindis committed Jun 23, 2021
1 parent 11f566e commit e4c3da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ clean_up:

# builds TIDO on feature and bugfix branches.
build_test:
image: docker.gitlab.gwdg.de/subugoe/emo/qviewer/node:latest
image: docker.gitlab.gwdg.de/subugoe/emo/tido/node:latest
except:
- main
- develop
Expand All @@ -60,7 +60,7 @@ build_test:
# the software is only built if no entry point has been removed during
# the 'clean' stage.
build_main_and_develop:
image: docker.gitlab.gwdg.de/subugoe/emo/qviewer/node:latest
image: docker.gitlab.gwdg.de/subugoe/emo/tido/node:latest
only:
- main
- develop
Expand Down Expand Up @@ -108,7 +108,7 @@ pages:
- bash .ci-scripts/gitlab-remove-old-artifacts.sh
environment:
name: ${CI_COMMIT_REF_SLUG}
url: https://subugoe.pages.gwdg.de/emo/Qviewer/${CI_COMMIT_REF_SLUG}/
url: https://subugoe.pages.gwdg.de/emo/tido/${CI_COMMIT_REF_SLUG}/
artifacts:
name: "$CI_COMMIT_SHORT_SHA"
paths:
Expand Down

0 comments on commit e4c3da1

Please sign in to comment.