diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f75c7631eb11fbc4ee5a6f16f685b0a199b4c177..b8de5ed7d1c94c60a842a31712f4280c14211702 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: GIT_SUBMODULE_STRATEGY: recursive - REGISTRY: "172.30.190.249:5000" + REGISTRY: "registry:5000" # gitlab ci script taken from https://gist.github.com/danielneis/5c6140ec8150c6151a54bccd26950278 @@ -31,9 +31,6 @@ build_webservice: - docker script: - ./build.sh "$REGISTRY" "$CI_COMMIT_TAG" - only: - - tags - test_maxima: image: "$REGISTRY/moodle-ci-stack"