diff --git a/.travis.yml b/.travis.yml index d0d481f610..ab0f1edc51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ script: - | if [[ $TRAVIS_EVENT_TYPE != "cron" ]]; then if [[ $TOXENV == "amo-locales-and-signing" ]]; then - docker run --name autograph -d -p 5500:5500 -v $(pwd)/scripts/:/scripts/ mozilla/autograph:latest /go/bin/autograph -c /scripts/autograph_travis_test_config.yaml + docker run --name autograph -d -p 5500:5500 -v $(pwd)/scripts/:/scripts/ mozilla/autograph:2.2.0 /go/bin/autograph -c /scripts/autograph_travis_test_config.yaml fi RUNNING_IN_CI=True tox fi