Commit b76abea1 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix syntax error

parent b48d823b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -477,7 +477,7 @@ stages:
        - $XML_REPORT

.overwrite-pytest-cache-with-artifact: &overwrite-pytest-cache-with-artifact
  - if [ -f $PYTEST_CACHE_ARTIFACT ] then
  - if [ -f $PYTEST_CACHE_ARTIFACT ]; then
  -   rm -rf .pytest_cache || true
  -   unzip $PYTEST_CACHE_ARTIFACT
  - fi