From 45571645920f9cfb16312d7b6042d25b548b67d8 Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Tue, 11 Mar 2025 14:58:16 +0100 Subject: [PATCH] test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20272ac..003be8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,9 +18,9 @@ build-template: - python --version # For debugging - cookiecutter --no-input --overwrite-if-exists --output-dir . . - cd my_awesome_app - - git init - git config user.email "ci-runner@example.com" - git config user.name "CI Runner" + - git init - source ./setup.sh - ls -lah - tox --version -- GitLab