Skip to content

Commit

Permalink
Update codeceptjs (#19)
Browse files Browse the repository at this point in the history
* Update codeceptjs

We are using an incorrect docker image that hasn't been updated for 3 years: https://hub.docker.com/r/codeception/codeceptjs

Instead, we should be using https://hub.docker.com/r/codeceptjs/codeceptjs instead.

* Update config.yml
  • Loading branch information
frederikprijck authored Jun 23, 2023
1 parent 1de9990 commit 71c3f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ commands:
- run:
name: Run tests
command: |
docker create --network host --name tester codeception/codeceptjs codeceptjs run-multiple --all --steps --verbose
docker create --network host --name tester codeceptjs/codeceptjs codeceptjs run-multiple --all --steps --verbose
docker cp $(pwd)/lock_login_spa_test.js tester:/tests/lock_login_test.js
docker cp $(pwd)/codecept.conf.js tester:/tests/codecept.conf.js
docker start -i tester
Expand Down

0 comments on commit 71c3f09

Please sign in to comment.