From d84d74ae0fa9f76367633456fe1ed19f4fadc524 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Mon, 21 Aug 2023 14:44:17 +0100 Subject: [PATCH] Revert "ci: temporarily allow failure so it will build image" This reverts commit 810d7d31c81e0e2e0c43f99f90723e321241d954. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4f13b7..e32098f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,6 @@ test:pytest: - pip install -r requirements.txt --quiet - pip install pytest - DISABLE_METRICS=true python -m pytest tests - allow_failure: true test:pylint: script: @@ -65,7 +64,6 @@ test:migration: - cp config.yaml.example config.yaml - pip install -r requirements.txt --quiet - sh scripts/test_migrate.sh - allow_failure: true pages: stage: deploy