Commit d204cccb authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: configurable tracking image

parent bfb28aaa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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"

  BASH_BATS_IMAGE: "bats/bats:1.2.1"
  BASH_BATS_OPTS: "--formatter junit --output reports"
  BASH_BATS_TESTS: "tests"
@@ -187,7 +190,7 @@ stages:
.bash-base:
  stage: build
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "bash", "2.0.1" ]
  before_script:
    - *bash-scripts