From 15d3fb4135840e6b0fd261e6fee6eb3103aff9a1 Mon Sep 17 00:00:00 2001 From: Alan Coleman <alanc@udel.edu> Date: Tue, 5 Mar 2024 11:49:05 +0100 Subject: [PATCH] Fix typo --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85f6b7e7d..3127d35d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -411,9 +411,7 @@ python-tests: allow_failure: false python-examples: - stage: python - tags: - - corsika + extends: .python image: corsika/devel:u-22.04 needs: - job: build_test_example-u-22_04 -- GitLab