Loading templates/gitlab-ci-robotframework-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ .robotframework-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "robotframework", "2.0.2" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider" templates/gitlab-ci-robotframework.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (can be overridden) ROBOT_BASE_IMAGE: "ppodgorsek/robot-framework:latest" ROBOT_PROJECT_IMAGE: $ROBOT_BASE_IMAGE Loading Loading @@ -291,7 +294,7 @@ stages: .robotframework-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "robotframework", "2.0.2" ] before_script: - *robotframework-scripts Loading Loading
templates/gitlab-ci-robotframework-vault.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ .robotframework-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "robotframework", "2.0.2" ] - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master" alias: "vault-secrets-provider"
templates/gitlab-ci-robotframework.yml +4 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" # Default Docker image (can be overridden) ROBOT_BASE_IMAGE: "ppodgorsek/robot-framework:latest" ROBOT_PROJECT_IMAGE: $ROBOT_BASE_IMAGE Loading Loading @@ -291,7 +294,7 @@ stages: .robotframework-base: services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - name: "$TBC_TRACKING_IMAGE" command: ["--service", "robotframework", "2.0.2" ] before_script: - *robotframework-scripts Loading