From de73664ec11b2165e09bc851e3eb8e0ba12b37a6 Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Fri, 3 Feb 2023 15:34:22 +0000 Subject: [PATCH] Changed docker image --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34e8826..932a3b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,13 @@ default: - image: wpilib/roborio-cross-ubuntu:2023-22.04 + image: gradle:jdk11 tags: - robot - stages: # List of stages for jobs, and their order of execution - build build-job: # This job runs in the build stage, which runs first. stage: build script: - - git config --global --add safe.directory $CI_PROJECT_DIR - - chmod +x gradlew - ./gradlew build