diff --git a/.drone.yml b/.drone.yml index b5cb740..15e95c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ trigger: steps: - name: build with make - image: ubuntu-hpc:latest + image: ubuntu/hpc:latest commands: - cd ./build - cp -al make.default make.config @@ -31,7 +31,7 @@ steps: - make MPI=Y NDIMS=3 -j 4 - name: build with cmake - image: ubuntu-hpc:latest + image: ubuntu/hpc:latest commands: - mkdir ./build-cmake/ - cd ./build-cmake/